Html Css Color HEX #032468 Sapphire

📋 copy color: '#032468'

red 3 ◦ green 36 ◦ blue 104

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

Shades of Sapphire #032468

Tints of Sapphire #032468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

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

R = 2.1%
G = 25.17%
B = 72.73%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032468 (or 0x032468) is known color: Sapphire. HEX triplet: 03, 24 and 68. RGB value is (3,36,104). Sum of RGB (Red+Green+Blue) = 3+36+104=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #032468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032468 is #FCDB97. Grayscale: #212121. Windows color (decimal): -16571288 or 6824963. OLE color: 6824963.

HSL color Cylindrical-coordinate representation of color #032468: hue angle of 220.4º 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 #032468 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 36 104 -
CMYK 0.97 0.65 0 0.59
HSL 220.4º 0.94% 0.21% -
HSV(B) 220.4º 0.97% 0.41% -
XYZ 3.17 2.28 13.37 -
YUV 33.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 3 36 104 0.97 0.65 0 0.59 220.4 0.94 0.21
Hex 3 24 68 61 41 0 3B DC 5E 15
Octal 3 44 150 141 101 0 73 334 136 25
Binary 11 100100 1101000 1100001 1000001 0 111011 11011100 1011110 10101

Color Harmonies of #032468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032468

Black with #032468

Text Example


Text Example

White with #032468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032468; }

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

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

background-color css

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

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

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

border-color css

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

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

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