Html Css Color HEX #032358 Sapphire

📋 copy color: '#032358'

red 3 ◦ green 35 ◦ blue 88

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

Shades of Sapphire #032358

Tints of Sapphire #032358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 2.38%
G = 27.78%
B = 69.84%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032358 (or 0x032358) is known color: Sapphire. HEX triplet: 03, 23 and 58. RGB value is (3,35,88). Sum of RGB (Red+Green+Blue) = 3+35+88=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #032358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032358 is #FCDCA7. Grayscale: #1F1F1F. Windows color (decimal): -16571560 or 5776131. OLE color: 5776131.

HSL color Cylindrical-coordinate representation of color #032358: hue angle of 217.41º 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 #032358 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 35 88 -
CMYK 0.97 0.60 0 0.65
HSL 217.41º 0.93% 0.18% -
HSV(B) 217.41º 0.97% 0.35% -
XYZ 2.4 1.93 9.48 -
YUV 31.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 3 35 88 0.97 0.60 0 0.65 217.41 0.93 0.18
Hex 3 23 58 61 3C 0 41 D9 5D 12
Octal 3 43 130 141 74 0 101 331 135 22
Binary 11 100011 1011000 1100001 111100 0 1000001 11011001 1011101 10010

Color Harmonies of #032358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032358

Black with #032358

Text Example


Text Example

White with #032358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032358; }

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

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

background-color css

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

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

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

border-color css

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

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

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