Html Css Color HEX #324467 Gulf Blue

📋 copy color: '#324467'

red 50 ◦ green 68 ◦ blue 103

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

Shades of Gulf Blue #324467

Tints of Gulf Blue #324467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 22.62%
G = 30.77%
B = 46.61%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#324467 (or 0x324467) is known color: Gulf Blue. HEX triplet: 32, 44 and 67. RGB value is (50,68,103). Sum of RGB (Red+Green+Blue) = 50+68+103=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #324467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324467 is #CDBB98. Grayscale: #424242. Windows color (decimal): -13482905 or 6767666. OLE color: 6767666.

HSL color Cylindrical-coordinate representation of color #324467: hue angle of 219.62º degrees, saturation: 0.35, 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 #324467 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 68 103 -
CMYK 0.51 0.34 0 0.60
HSL 219.62º 0.35% 0.3% -
HSV(B) 219.62º 0.51% 0.4% -
XYZ 5.83 5.79 13.64 -
YUV 66.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 50 68 103 0.51 0.34 0 0.60 219.62 0.35 0.3
Hex 32 44 67 33 22 0 3C DC 23 1E
Octal 62 104 147 63 42 0 74 334 43 36
Binary 110010 1000100 1100111 110011 100010 0 111100 11011100 100011 11110

Color Harmonies of #324467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324467

Black with #324467

Text Example


Text Example

White with #324467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324467; }

 p { color: rgb(50,68,103); }

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

background-color css

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

 a { background-color: rgb(50,68,103); }

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

border-color css

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

 span { border-color: rgb(50,68,103); }

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