Html Css Color HEX #032668 Sapphire

📋 copy color: '#032668'

red 3 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #032668

Tints of Sapphire #032668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

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

R = 2.07%
G = 26.21%
B = 71.72%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032668 (or 0x032668) is known color: Sapphire. HEX triplet: 03, 26 and 68. RGB value is (3,38,104). Sum of RGB (Red+Green+Blue) = 3+38+104=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #032668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032668 is #FCD997. Grayscale: #222222. Windows color (decimal): -16570776 or 6825475. OLE color: 6825475.

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

Color convert

RGB 3 38 104 -
CMYK 0.97 0.63 0 0.59
HSL 219.21º 0.94% 0.21% -
HSV(B) 219.21º 0.97% 0.41% -
XYZ 3.23 2.41 13.39 -
YUV 35.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 3 38 104 0.97 0.63 0 0.59 219.21 0.94 0.21
Hex 3 26 68 61 3F 0 3B DB 5E 15
Octal 3 46 150 141 77 0 73 333 136 25
Binary 11 100110 1101000 1100001 111111 0 111011 11011011 1011110 10101

Color Harmonies of #032668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032668

Black with #032668

Text Example


Text Example

White with #032668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032668; }

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

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

background-color css

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

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

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

border-color css

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

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

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