Html Css Color HEX #032168 Sapphire

📋 copy color: '#032168'

red 3 ◦ green 33 ◦ blue 104

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

Shades of Sapphire #032168

Tints of Sapphire #032168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

 BLUE value IS 104 (41.02% from 255) = 74.29%

R = 2.14%
G = 23.57%
B = 74.29%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032168 (or 0x032168) is known color: Sapphire. HEX triplet: 03, 21 and 68. RGB value is (3,33,104). Sum of RGB (Red+Green+Blue) = 3+33+104=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #032168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032168 is #FCDE97. Grayscale: #1F1F1F. Windows color (decimal): -16572056 or 6824195. OLE color: 6824195.

HSL color Cylindrical-coordinate representation of color #032168: hue angle of 222.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032168 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 33 104 -
CMYK 0.97 0.68 0 0.59
HSL 222.18º 0.94% 0.21% -
HSV(B) 222.18º 0.97% 0.41% -
XYZ 3.08 2.11 13.34 -
YUV 32.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 3 33 104 0.97 0.68 0 0.59 222.18 0.94 0.21
Hex 3 21 68 61 44 0 3B DE 5E 15
Octal 3 41 150 141 104 0 73 336 136 25
Binary 11 100001 1101000 1100001 1000100 0 111011 11011110 1011110 10101

Color Harmonies of #032168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032168

Black with #032168

Text Example


Text Example

White with #032168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032168; }

 p { color: rgb(3,33,104); }

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

background-color css

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

 a { background-color: rgb(3,33,104); }

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

border-color css

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

 span { border-color: rgb(3,33,104); }

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