Html Css Color HEX #032A64 Sapphire

📋 copy color: '#032A64'

red 3 ◦ green 42 ◦ blue 100

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

Shades of Sapphire #032A64

Tints of Sapphire #032A64

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.97%

 BLUE value IS 100 (39.45% from 255) = 68.97%

R = 2.07%
G = 28.97%
B = 68.97%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#032A64 (or 0x032A64) is known color: Sapphire. HEX triplet: 03, 2A and 64. RGB value is (3,42,100). Sum of RGB (Red+Green+Blue) = 3+42+100=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 100 (39.45% from 255 or 68.97% from 145); Max value from RGB is 100 - color contains mainly: blue. Hex color #032A64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A64 is #FCD59B. Grayscale: #242424. Windows color (decimal): -16569756 or 6564355. OLE color: 6564355.

HSL color Cylindrical-coordinate representation of color #032A64: hue angle of 215.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A64 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 42 100 -
CMYK 0.97 0.58 0 0.61
HSL 215.88º 0.94% 0.2% -
HSV(B) 215.88º 0.97% 0.39% -
XYZ 3.17 2.6 12.39 -
YUV 36.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 3 42 100 0.97 0.58 0 0.61 215.88 0.94 0.2
Hex 3 2A 64 61 3A 0 3D D8 5E 14
Octal 3 52 144 141 72 0 75 330 136 24
Binary 11 101010 1100100 1100001 111010 0 111101 11011000 1011110 10100

Color Harmonies of #032A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A64

Black with #032A64

Text Example


Text Example

White with #032A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,42,100); }

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

background-color css

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

 a { background-color: rgb(3,42,100); }

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

border-color css

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

 span { border-color: rgb(3,42,100); }

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