Html Css Color HEX #324566 Gulf Blue

📋 copy color: '#324566'

red 50 ◦ green 69 ◦ blue 102

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

Shades of Gulf Blue #324566

Tints of Gulf Blue #324566

RGB

 RED value IS 50 (19.92% from 255) = 22.62%

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

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 22.62%
G = 31.22%
B = 46.15%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#324566 (or 0x324566) is known color: Gulf Blue. HEX triplet: 32, 45 and 66. RGB value is (50,69,102). Sum of RGB (Red+Green+Blue) = 50+69+102=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #324566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324566 is #CDBA99. Grayscale: #424242. Windows color (decimal): -13482650 or 6702386. OLE color: 6702386.

HSL color Cylindrical-coordinate representation of color #324566: hue angle of 218.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324566 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 69 102 -
CMYK 0.51 0.32 0 0.6
HSL 218.08º 0.34% 0.3% -
HSV(B) 218.08º 0.51% 0.4% -
XYZ 5.84 5.89 13.4 -
YUV 67.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 50 69 102 0.51 0.32 0 0.6 218.08 0.34 0.3
Hex 32 45 66 33 20 0 3C DA 22 1E
Octal 62 105 146 63 40 0 74 332 42 36
Binary 110010 1000101 1100110 110011 100000 0 111100 11011010 100010 11110

Color Harmonies of #324566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324566

Black with #324566

Text Example


Text Example

White with #324566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324566; }

 p { color: rgb(50,69,102); }

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

background-color css

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

 a { background-color: rgb(50,69,102); }

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

border-color css

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

 span { border-color: rgb(50,69,102); }

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