Html Css Color HEX #32425F Gulf Blue

📋 copy color: '#32425F'

red 50 ◦ green 66 ◦ blue 95

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

Shades of Gulf Blue #32425F

Tints of Gulf Blue #32425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 23.7%
G = 31.28%
B = 45.02%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32425F (or 0x32425F) is known color: Gulf Blue. HEX triplet: 32, 42 and 5F. RGB value is (50,66,95). Sum of RGB (Red+Green+Blue) = 50+66+95=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #32425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425F is #CDBDA0. Grayscale: #404040. Windows color (decimal): -13483425 or 6242866. OLE color: 6242866.

HSL color Cylindrical-coordinate representation of color #32425F: hue angle of 218.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32425F is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 66 95 -
CMYK 0.47 0.31 0 0.63
HSL 218.67º 0.31% 0.28% -
HSV(B) 218.67º 0.47% 0.37% -
XYZ 5.33 5.4 11.59 -
YUV 64.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 50 66 95 0.47 0.31 0 0.63 218.67 0.31 0.28
Hex 32 42 5F 2F 1F 0 3F DB 1F 1C
Octal 62 102 137 57 37 0 77 333 37 34
Binary 110010 1000010 1011111 101111 11111 0 111111 11011011 11111 11100

Color Harmonies of #32425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32425F

Black with #32425F

Text Example


Text Example

White with #32425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32425F; }

 p { color: rgb(50,66,95); }

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

background-color css

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

 a { background-color: rgb(50,66,95); }

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

border-color css

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

 span { border-color: rgb(50,66,95); }

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