Html Css Color HEX #324465 Gulf Blue

📋 copy color: '#324465'

red 50 ◦ green 68 ◦ blue 101

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

Shades of Gulf Blue #324465

Tints of Gulf Blue #324465

RGB

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

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

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

R = 22.83%
G = 31.05%
B = 46.12%

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

#324465 (or 0x324465) is known color: Gulf Blue. HEX triplet: 32, 44 and 65. RGB value is (50,68,101). Sum of RGB (Red+Green+Blue) = 50+68+101=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #324465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324465 is #CDBB9A. Grayscale: #424242. Windows color (decimal): -13482907 or 6636594. OLE color: 6636594.

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

Color convert

RGB 50 68 101 -
CMYK 0.50 0.33 0 0.60
HSL 218.82º 0.34% 0.3% -
HSV(B) 218.82º 0.5% 0.4% -
XYZ 5.73 5.75 13.12 -
YUV 66.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 50 68 101 0.50 0.33 0 0.60 218.82 0.34 0.3
Hex 32 44 65 32 21 0 3C DB 22 1E
Octal 62 104 145 62 41 0 74 333 42 36
Binary 110010 1000100 1100101 110010 100001 0 111100 11011011 100010 11110

Color Harmonies of #324465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324465

Black with #324465

Text Example


Text Example

White with #324465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324465; }

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

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

background-color css

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

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

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

border-color css

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

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

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