Html Css Color HEX #32425C Gulf Blue

📋 copy color: '#32425C'

red 50 ◦ green 66 ◦ blue 92

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

Shades of Gulf Blue #32425C

Tints of Gulf Blue #32425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.23%

R = 24.04%
G = 31.73%
B = 44.23%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32425C (or 0x32425C) is known color: Gulf Blue. HEX triplet: 32, 42 and 5C. RGB value is (50,66,92). Sum of RGB (Red+Green+Blue) = 50+66+92=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #32425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425C is #CDBDA3. Grayscale: #404040. Windows color (decimal): -13483428 or 6046258. OLE color: 6046258.

HSL color Cylindrical-coordinate representation of color #32425C: hue angle of 217.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32425C is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 66 92 -
CMYK 0.46 0.28 0 0.64
HSL 217.14º 0.3% 0.28% -
HSV(B) 217.14º 0.46% 0.36% -
XYZ 5.2 5.35 10.88 -
YUV 64.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 50 66 92 0.46 0.28 0 0.64 217.14 0.3 0.28
Hex 32 42 5C 2E 1C 0 40 D9 1E 1C
Octal 62 102 134 56 34 0 100 331 36 34
Binary 110010 1000010 1011100 101110 11100 0 1000000 11011001 11110 11100

Color Harmonies of #32425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32425C

Black with #32425C

Text Example


Text Example

White with #32425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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