Html Css Color HEX #334465 Gulf Blue

📋 copy color: '#334465'

red 51 ◦ green 68 ◦ blue 101

#334465
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #334465

Tints of Gulf Blue #334465

RGB

 RED value IS 51 (20.31% from 255) = 23.18%

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 23.18%
G = 30.91%
B = 45.91%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#334465 (or 0x334465) is known color: Gulf Blue. HEX triplet: 33, 44 and 65. RGB value is (51,68,101). Sum of RGB (Red+Green+Blue) = 51+68+101=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #334465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334465 is #CCBB9A. Grayscale: #424242. Windows color (decimal): -13417371 or 6636595. OLE color: 6636595.

HSL color Cylindrical-coordinate representation of color #334465: hue angle of 219.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334465 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 68 101 -
CMYK 0.50 0.33 0 0.60
HSL 219.6º 0.33% 0.3% -
HSV(B) 219.6º 0.5% 0.4% -
XYZ 5.78 5.78 13.12 -
YUV 66.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 51 68 101 0.50 0.33 0 0.60 219.6 0.33 0.3
Hex 33 44 65 32 21 0 3C DC 21 1E
Octal 63 104 145 62 41 0 74 334 41 36
Binary 110011 1000100 1100101 110010 100001 0 111100 11011100 100001 11110

Color Harmonies of #334465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334465

Black with #334465

Text Example


Text Example

White with #334465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334465; }

 p { color: rgb(51,68,101); }

 H1.HeaderClassName
 {
   color: #334465;
 }
 .AnyTagClassName
 {
   color: #334465;
 }
</style>

background-color css

<style>
 a { background-color: #334465; }

 a { background-color: rgb(51,68,101); }

 div.DivClassName
 {
   background-color: #334465;
 }
 .BgClassName
 {
   background-color: #334465;
 }
</style>

border-color css

<style>
 span { border-color: #334465; }

 span { border-color: rgb(51,68,101); }

 td.TdClassName
 {
   border-color: #334465;
 }
 .TagClassName
 {
   border-color: #334465;
 }
</style>