#03214B

Color #03214B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #03214B

Tints of Sapphire #03214B

Color information

#03214B (or 0x03214B) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 4B. RGB value is (3,33,75). Sum of RGB (Red+Green+Blue) = 3+33+75=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #03214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03214B is #FCDEB4. Grayscale: #1C1C1C. Windows color (decimal): -16572085 or 4923651. OLE color: 4923651.

HSL color Cylindrical-coordinate representation of color #03214B: hue angle of 215º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03214B is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33375-
CMYK0.960.5600.71
HSL215º92.31%15.29%-
HSV(B)215º96%29.41%-
XYZ1.851.626.87-
YUV28.82154.06109.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=2.70%
G=29.73%
B=67.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal333750.960.5600.7121592.3115.29
Hex3214B6038047d75cf
Octal34111314070010732713417
Binary1110000110010111100000111000010001111101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03214B; }

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

 H1.HeaderClassName
 {
   color: #03214B;
 }
 .AnyTagClassName
 {
   color: #03214B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #03214B;
 }
 .BgClassName
 {
   background-color: #03214B;
 }
</style>
border-color css

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

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

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