Html Css Color HEX #032678 Sapphire

📋 copy color: '#032678'

red 3 ◦ green 38 ◦ blue 120

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

Shades of Sapphire #032678

Tints of Sapphire #032678

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

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

R = 1.86%
G = 23.6%
B = 74.53%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032678 (or 0x032678) is known color: Sapphire. HEX triplet: 03, 26 and 78. RGB value is (3,38,120). Sum of RGB (Red+Green+Blue) = 3+38+120=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #032678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032678 is #FCD987. Grayscale: #242424. Windows color (decimal): -16570760 or 7874051. OLE color: 7874051.

HSL color Cylindrical-coordinate representation of color #032678: hue angle of 222.05º 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 #032678 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 38 120 -
CMYK 0.98 0.68 0 0.53
HSL 222.05º 0.95% 0.24% -
HSV(B) 222.05º 0.98% 0.47% -
XYZ 4.12 2.76 18.09 -
YUV 36.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 3 38 120 0.98 0.68 0 0.53 222.05 0.95 0.24
Hex 3 26 78 62 44 0 35 DE 5F 18
Octal 3 46 170 142 104 0 65 336 137 30
Binary 11 100110 1111000 1100010 1000100 0 110101 11011110 1011111 11000

Color Harmonies of #032678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032678

Black with #032678

Text Example


Text Example

White with #032678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032678; }

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

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

background-color css

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

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

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

border-color css

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

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

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