Html Css Color HEX #032C6E Sapphire

📋 copy color: '#032C6E'

red 3 ◦ green 44 ◦ blue 110

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

Shades of Sapphire #032C6E

Tints of Sapphire #032C6E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.03%

 BLUE value IS 110 (43.36% from 255) = 70.06%

R = 1.91%
G = 28.03%
B = 70.06%

CMYK

 C value IS 0.97

 M value IS 0.6

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#032C6E (or 0x032C6E) is known color: Sapphire. HEX triplet: 03, 2C and 6E. RGB value is (3,44,110). Sum of RGB (Red+Green+Blue) = 3+44+110=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #032C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C6E is #FCD391. Grayscale: #262626. Windows color (decimal): -16569234 or 7220227. OLE color: 7220227.

HSL color Cylindrical-coordinate representation of color #032C6E: hue angle of 217.01º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C6E is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 44 110 -
CMYK 0.97 0.6 0 0.57
HSL 217.01º 0.95% 0.22% -
HSV(B) 217.01º 0.97% 0.43% -
XYZ 3.75 2.95 15.12 -
YUV 39.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 3 44 110 0.97 0.6 0 0.57 217.01 0.95 0.22
Hex 3 2C 6E 61 3C 0 39 D9 5F 16
Octal 3 54 156 141 74 0 71 331 137 26
Binary 11 101100 1101110 1100001 111100 0 111001 11011001 1011111 10110

Color Harmonies of #032C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C6E

Black with #032C6E

Text Example


Text Example

White with #032C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032C6E; }

 p { color: rgb(3,44,110); }

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

background-color css

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

 a { background-color: rgb(3,44,110); }

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

border-color css

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

 span { border-color: rgb(3,44,110); }

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