Html Css Color HEX #03225C Sapphire

📋 copy color: '#03225C'

red 3 ◦ green 34 ◦ blue 92

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

Shades of Sapphire #03225C

Tints of Sapphire #03225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.36%

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

R = 2.33%
G = 26.36%
B = 71.32%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03225C (or 0x03225C) is known color: Sapphire. HEX triplet: 03, 22 and 5C. RGB value is (3,34,92). Sum of RGB (Red+Green+Blue) = 3+34+92=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #03225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03225C is #FCDDA3. Grayscale: #1F1F1F. Windows color (decimal): -16571812 or 6038019. OLE color: 6038019.

HSL color Cylindrical-coordinate representation of color #03225C: hue angle of 219.1º 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 #03225C is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 34 92 -
CMYK 0.97 0.63 0 0.64
HSL 219.1º 0.94% 0.19% -
HSV(B) 219.1º 0.97% 0.36% -
XYZ 2.54 1.94 10.36 -
YUV 31.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 3 34 92 0.97 0.63 0 0.64 219.1 0.94 0.19
Hex 3 22 5C 61 3F 0 40 DB 5E 13
Octal 3 42 134 141 77 0 100 333 136 23
Binary 11 100010 1011100 1100001 111111 0 1000000 11011011 1011110 10011

Color Harmonies of #03225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03225C

Black with #03225C

Text Example


Text Example

White with #03225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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