Html Css Color HEX #03214D Sapphire

📋 copy color: '#03214D'

red 3 ◦ green 33 ◦ blue 77

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

Shades of Sapphire #03214D

Tints of Sapphire #03214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 68.14%

R = 2.65%
G = 29.2%
B = 68.14%

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

#03214D (or 0x03214D) is known color: Sapphire. HEX triplet: 03, 21 and 4D. RGB value is (3,33,77). Sum of RGB (Red+Green+Blue) = 3+33+77=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #03214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03214D is #FCDEB2. Grayscale: #1C1C1C. Windows color (decimal): -16572083 or 5054723. OLE color: 5054723.

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

Color convert

RGB 3 33 77 -
CMYK 0.96 0.57 0 0.70
HSL 215.68º 0.93% 0.16% -
HSV(B) 215.68º 0.96% 0.3% -
XYZ 1.92 1.64 7.24 -
YUV 29.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 3 33 77 0.96 0.57 0 0.70 215.68 0.93 0.16
Hex 3 21 4D 60 39 0 46 D8 5C 10
Octal 3 41 115 140 71 0 106 330 134 20
Binary 11 100001 1001101 1100000 111001 0 1000110 11011000 1011100 10000

Color Harmonies of #03214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03214D

Black with #03214D

Text Example


Text Example

White with #03214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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