Html Css Color HEX #032378 Sapphire

📋 copy color: '#032378'

red 3 ◦ green 35 ◦ blue 120

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

Shades of Sapphire #032378

Tints of Sapphire #032378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 75.95%

R = 1.9%
G = 22.15%
B = 75.95%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032378 (or 0x032378) is known color: Sapphire. HEX triplet: 03, 23 and 78. RGB value is (3,35,120). Sum of RGB (Red+Green+Blue) = 3+35+120=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #032378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032378 is #FCDC87. Grayscale: #222222. Windows color (decimal): -16571528 or 7873283. OLE color: 7873283.

HSL color Cylindrical-coordinate representation of color #032378: hue angle of 223.59º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032378 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 35 120 -
CMYK 0.98 0.71 0 0.53
HSL 223.59º 0.95% 0.24% -
HSV(B) 223.59º 0.98% 0.47% -
XYZ 4.03 2.58 18.05 -
YUV 35.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 3 35 120 0.98 0.71 0 0.53 223.59 0.95 0.24
Hex 3 23 78 62 47 0 35 E0 5F 18
Octal 3 43 170 142 107 0 65 340 137 30
Binary 11 100011 1111000 1100010 1000111 0 110101 11100000 1011111 11000

Color Harmonies of #032378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032378

Black with #032378

Text Example


Text Example

White with #032378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032378; }

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

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

background-color css

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

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

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

border-color css

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

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

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