Html Css Color HEX #03215A Sapphire

📋 copy color: '#03215A'

red 3 ◦ green 33 ◦ blue 90

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

Shades of Sapphire #03215A

Tints of Sapphire #03215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 71.43%

R = 2.38%
G = 26.19%
B = 71.43%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03215A (or 0x03215A) is known color: Sapphire. HEX triplet: 03, 21 and 5A. RGB value is (3,33,90). Sum of RGB (Red+Green+Blue) = 3+33+90=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #03215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03215A is #FCDEA5. Grayscale: #1E1E1E. Windows color (decimal): -16572070 or 5906691. OLE color: 5906691.

HSL color Cylindrical-coordinate representation of color #03215A: hue angle of 219.31º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03215A is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 33 90 -
CMYK 0.97 0.63 0 0.65
HSL 219.31º 0.94% 0.18% -
HSV(B) 219.31º 0.97% 0.35% -
XYZ 2.43 1.85 9.9 -
YUV 30.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 3 33 90 0.97 0.63 0 0.65 219.31 0.94 0.18
Hex 3 21 5A 61 3F 0 41 DB 5E 12
Octal 3 41 132 141 77 0 101 333 136 22
Binary 11 100001 1011010 1100001 111111 0 1000001 11011011 1011110 10010

Color Harmonies of #03215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03215A

Black with #03215A

Text Example


Text Example

White with #03215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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