Html Css Color HEX #03206C Sapphire

📋 copy color: '#03206C'

red 3 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #03206C

Tints of Sapphire #03206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.38%

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

R = 2.1%
G = 22.38%
B = 75.52%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03206C (or 0x03206C) is known color: Sapphire. HEX triplet: 03, 20 and 6C. RGB value is (3,32,108). Sum of RGB (Red+Green+Blue) = 3+32+108=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #03206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03206C is #FCDF93. Grayscale: #1F1F1F. Windows color (decimal): -16572308 or 7086083. OLE color: 7086083.

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

Color convert

RGB 3 32 108 -
CMYK 0.97 0.70 0 0.58
HSL 223.43º 0.95% 0.22% -
HSV(B) 223.43º 0.97% 0.42% -
XYZ 3.26 2.14 14.43 -
YUV 31.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 3 32 108 0.97 0.70 0 0.58 223.43 0.95 0.22
Hex 3 20 6C 61 46 0 3A DF 5F 16
Octal 3 40 154 141 106 0 72 337 137 26
Binary 11 100000 1101100 1100001 1000110 0 111010 11011111 1011111 10110

Color Harmonies of #03206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03206C

Black with #03206C

Text Example


Text Example

White with #03206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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