Html Css Color HEX #03214C Sapphire

📋 copy color: '#03214C'

red 3 ◦ green 33 ◦ blue 76

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

Shades of Sapphire #03214C

Tints of Sapphire #03214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 67.86%

R = 2.68%
G = 29.46%
B = 67.86%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03214C (or 0x03214C) is known color: Sapphire. HEX triplet: 03, 21 and 4C. RGB value is (3,33,76). Sum of RGB (Red+Green+Blue) = 3+33+76=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #03214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03214C is #FCDEB3. Grayscale: #1C1C1C. Windows color (decimal): -16572084 or 4989187. OLE color: 4989187.

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

Color convert

RGB 3 33 76 -
CMYK 0.96 0.57 0 0.70
HSL 215.34º 0.92% 0.15% -
HSV(B) 215.34º 0.96% 0.3% -
XYZ 1.89 1.63 7.05 -
YUV 28.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 3 33 76 0.96 0.57 0 0.70 215.34 0.92 0.15
Hex 3 21 4C 60 39 0 46 D7 5C F
Octal 3 41 114 140 71 0 106 327 134 17
Binary 11 100001 1001100 1100000 111001 0 1000110 11010111 1011100 1111

Color Harmonies of #03214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03214C

Black with #03214C

Text Example


Text Example

White with #03214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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