Html Css Color HEX #03215C Sapphire

📋 copy color: '#03215C'

red 3 ◦ green 33 ◦ blue 92

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

Shades of Sapphire #03215C

Tints of Sapphire #03215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 71.88%

R = 2.34%
G = 25.78%
B = 71.88%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03215C (or 0x03215C) is known color: Sapphire. HEX triplet: 03, 21 and 5C. RGB value is (3,33,92). Sum of RGB (Red+Green+Blue) = 3+33+92=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #03215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03215C is #FCDEA3. Grayscale: #1E1E1E. Windows color (decimal): -16572068 or 6037763. OLE color: 6037763.

HSL color Cylindrical-coordinate representation of color #03215C: hue angle of 219.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03215C is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 33 92 -
CMYK 0.97 0.64 0 0.64
HSL 219.78º 0.94% 0.19% -
HSV(B) 219.78º 0.97% 0.36% -
XYZ 2.51 1.88 10.36 -
YUV 30.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 3 33 92 0.97 0.64 0 0.64 219.78 0.94 0.19
Hex 3 21 5C 61 40 0 40 DC 5E 13
Octal 3 41 134 141 100 0 100 334 136 23
Binary 11 100001 1011100 1100001 1000000 0 1000000 11011100 1011110 10011

Color Harmonies of #03215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03215C

Black with #03215C

Text Example


Text Example

White with #03215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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