Html Css Color HEX #32395A Gulf Blue

📋 copy color: '#32395A'

red 50 ◦ green 57 ◦ blue 90

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

Shades of Gulf Blue #32395A

Tints of Gulf Blue #32395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.93%

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 25.38%
G = 28.93%
B = 45.69%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#32395A (or 0x32395A) is known color: Gulf Blue. HEX triplet: 32, 39 and 5A. RGB value is (50,57,90). Sum of RGB (Red+Green+Blue) = 50+57+90=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #32395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32395A is #CDC6A5. Grayscale: #3A3A3A. Windows color (decimal): -13485734 or 5912882. OLE color: 5912882.

HSL color Cylindrical-coordinate representation of color #32395A: hue angle of 229.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32395A is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 57 90 -
CMYK 0.44 0.37 0 0.65
HSL 229.5º 0.29% 0.27% -
HSV(B) 229.5º 0.44% 0.35% -
XYZ 4.62 4.34 10.27 -
YUV 58.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 50 57 90 0.44 0.37 0 0.65 229.5 0.29 0.27
Hex 32 39 5A 2C 25 0 41 E6 1D 1B
Octal 62 71 132 54 45 0 101 346 35 33
Binary 110010 111001 1011010 101100 100101 0 1000001 11100110 11101 11011

Color Harmonies of #32395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32395A

Black with #32395A

Text Example


Text Example

White with #32395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,57,90); }

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

background-color css

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

 a { background-color: rgb(50,57,90); }

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

border-color css

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

 span { border-color: rgb(50,57,90); }

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