Html Css Color HEX #334565 Gulf Blue

📋 copy color: '#334565'

red 51 ◦ green 69 ◦ blue 101

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

Shades of Gulf Blue #334565

Tints of Gulf Blue #334565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 23.08%
G = 31.22%
B = 45.7%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#334565 (or 0x334565) is known color: Gulf Blue. HEX triplet: 33, 45 and 65. RGB value is (51,69,101). Sum of RGB (Red+Green+Blue) = 51+69+101=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #334565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334565 is #CCBA9A. Grayscale: #434343. Windows color (decimal): -13417115 or 6636851. OLE color: 6636851.

HSL color Cylindrical-coordinate representation of color #334565: hue angle of 218.4º 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 #334565 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 69 101 -
CMYK 0.50 0.32 0 0.60
HSL 218.4º 0.33% 0.3% -
HSV(B) 218.4º 0.5% 0.4% -
XYZ 5.84 5.9 13.14 -
YUV 67.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 51 69 101 0.50 0.32 0 0.60 218.4 0.33 0.3
Hex 33 45 65 32 20 0 3C DA 21 1E
Octal 63 105 145 62 40 0 74 332 41 36
Binary 110011 1000101 1100101 110010 100000 0 111100 11011010 100001 11110

Color Harmonies of #334565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334565

Black with #334565

Text Example


Text Example

White with #334565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334565; }

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

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

background-color css

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

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

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

border-color css

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

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

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