Html Css Color HEX #03286C Sapphire

📋 copy color: '#03286C'

red 3 ◦ green 40 ◦ blue 108

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

Shades of Sapphire #03286C

Tints of Sapphire #03286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.49%

 BLUE value IS 108 (42.58% from 255) = 71.52%

R = 1.99%
G = 26.49%
B = 71.52%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03286C (or 0x03286C) is known color: Sapphire. HEX triplet: 03, 28 and 6C. RGB value is (3,40,108). Sum of RGB (Red+Green+Blue) = 3+40+108=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #03286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03286C is #FCD793. Grayscale: #242424. Windows color (decimal): -16570260 or 7088131. OLE color: 7088131.

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

Color convert

RGB 3 40 108 -
CMYK 0.97 0.63 0 0.58
HSL 218.86º 0.95% 0.22% -
HSV(B) 218.86º 0.97% 0.42% -
XYZ 3.5 2.62 14.51 -
YUV 36.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 3 40 108 0.97 0.63 0 0.58 218.86 0.95 0.22
Hex 3 28 6C 61 3F 0 3A DB 5F 16
Octal 3 50 154 141 77 0 72 333 137 26
Binary 11 101000 1101100 1100001 111111 0 111010 11011011 1011111 10110

Color Harmonies of #03286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03286C

Black with #03286C

Text Example


Text Example

White with #03286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,40,108); }

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

background-color css

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

 a { background-color: rgb(3,40,108); }

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

border-color css

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

 span { border-color: rgb(3,40,108); }

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