Html Css Color HEX #32466A Gulf Blue

📋 copy color: '#32466A'

red 50 ◦ green 70 ◦ blue 106

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

Shades of Gulf Blue #32466A

Tints of Gulf Blue #32466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 106 (41.8% from 255) = 46.9%

R = 22.12%
G = 30.97%
B = 46.9%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32466A (or 0x32466A) is known color: Gulf Blue. HEX triplet: 32, 46 and 6A. RGB value is (50,70,106). Sum of RGB (Red+Green+Blue) = 50+70+106=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #32466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32466A is #CDB995. Grayscale: #434343. Windows color (decimal): -13482390 or 6964786. OLE color: 6964786.

HSL color Cylindrical-coordinate representation of color #32466A: hue angle of 218.57º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32466A is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 70 106 -
CMYK 0.53 0.34 0 0.58
HSL 218.57º 0.36% 0.31% -
HSV(B) 218.57º 0.53% 0.42% -
XYZ 6.11 6.1 14.49 -
YUV 68.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 50 70 106 0.53 0.34 0 0.58 218.57 0.36 0.31
Hex 32 46 6A 35 22 0 3A DB 24 1F
Octal 62 106 152 65 42 0 72 333 44 37
Binary 110010 1000110 1101010 110101 100010 0 111010 11011011 100100 11111

Color Harmonies of #32466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32466A

Black with #32466A

Text Example


Text Example

White with #32466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32466A; }

 p { color: rgb(50,70,106); }

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

background-color css

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

 a { background-color: rgb(50,70,106); }

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

border-color css

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

 span { border-color: rgb(50,70,106); }

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