Html Css Color HEX #03226B Sapphire

📋 copy color: '#03226B'

red 3 ◦ green 34 ◦ blue 107

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

Shades of Sapphire #03226B

Tints of Sapphire #03226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 74.31%

R = 2.08%
G = 23.61%
B = 74.31%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03226B (or 0x03226B) is known color: Sapphire. HEX triplet: 03, 22 and 6B. RGB value is (3,34,107). Sum of RGB (Red+Green+Blue) = 3+34+107=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #03226B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03226B is #FCDD94. Grayscale: #202020. Windows color (decimal): -16571797 or 7021059. OLE color: 7021059.

HSL color Cylindrical-coordinate representation of color #03226B: hue angle of 222.12º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03226B is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 34 107 -
CMYK 0.97 0.68 0 0.58
HSL 222.12º 0.95% 0.22% -
HSV(B) 222.12º 0.97% 0.42% -
XYZ 3.26 2.22 14.17 -
YUV 33.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 3 34 107 0.97 0.68 0 0.58 222.12 0.95 0.22
Hex 3 22 6B 61 44 0 3A DE 5F 16
Octal 3 42 153 141 104 0 72 336 137 26
Binary 11 100010 1101011 1100001 1000100 0 111010 11011110 1011111 10110

Color Harmonies of #03226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03226B

Black with #03226B

Text Example


Text Example

White with #03226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03226B; }

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

 H1.HeaderClassName
 {
   color: #03226B;
 }
 .AnyTagClassName
 {
   color: #03226B;
 }
</style>

background-color css

<style>
 a { background-color: #03226B; }

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

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

border-color css

<style>
 span { border-color: #03226B; }

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

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