Html Css Color HEX #032778 Sapphire

📋 copy color: '#032778'

red 3 ◦ green 39 ◦ blue 120

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

Shades of Sapphire #032778

Tints of Sapphire #032778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

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

R = 1.85%
G = 24.07%
B = 74.07%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032778 (or 0x032778) is known color: Sapphire. HEX triplet: 03, 27 and 78. RGB value is (3,39,120). Sum of RGB (Red+Green+Blue) = 3+39+120=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #032778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032778 is #FCD887. Grayscale: #252525. Windows color (decimal): -16570504 or 7874307. OLE color: 7874307.

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

Color convert

RGB 3 39 120 -
CMYK 0.98 0.67 0 0.53
HSL 221.54º 0.95% 0.24% -
HSV(B) 221.54º 0.98% 0.47% -
XYZ 4.15 2.83 18.1 -
YUV 37.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 3 39 120 0.98 0.67 0 0.53 221.54 0.95 0.24
Hex 3 27 78 62 43 0 35 DE 5F 18
Octal 3 47 170 142 103 0 65 336 137 30
Binary 11 100111 1111000 1100010 1000011 0 110101 11011110 1011111 11000

Color Harmonies of #032778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032778

Black with #032778

Text Example


Text Example

White with #032778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032778; }

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

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

background-color css

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

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

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

border-color css

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

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

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