Html Css Color HEX #032458 Sapphire

📋 copy color: '#032458'

red 3 ◦ green 36 ◦ blue 88

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

Shades of Sapphire #032458

Tints of Sapphire #032458

RGB

 RED value IS 3 (1.56% from 255) = 2.36%

 GREEN value IS 36 (14.45% from 255) = 28.35%

 BLUE value IS 88 (34.77% from 255) = 69.29%

R = 2.36%
G = 28.35%
B = 69.29%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032458 (or 0x032458) is known color: Sapphire. HEX triplet: 03, 24 and 58. RGB value is (3,36,88). Sum of RGB (Red+Green+Blue) = 3+36+88=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #032458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032458 is #FCDBA7. Grayscale: #1F1F1F. Windows color (decimal): -16571304 or 5776387. OLE color: 5776387.

HSL color Cylindrical-coordinate representation of color #032458: hue angle of 216.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032458 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 36 88 -
CMYK 0.97 0.59 0 0.65
HSL 216.71º 0.93% 0.18% -
HSV(B) 216.71º 0.97% 0.35% -
XYZ 2.43 1.99 9.49 -
YUV 32.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 3 36 88 0.97 0.59 0 0.65 216.71 0.93 0.18
Hex 3 24 58 61 3B 0 41 D9 5D 12
Octal 3 44 130 141 73 0 101 331 135 22
Binary 11 100100 1011000 1100001 111011 0 1000001 11011001 1011101 10010

Color Harmonies of #032458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032458

Black with #032458

Text Example


Text Example

White with #032458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032458; }

 p { color: rgb(3,36,88); }

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

background-color css

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

 a { background-color: rgb(3,36,88); }

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

border-color css

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

 span { border-color: rgb(3,36,88); }

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