Html Css Color HEX #03246C Sapphire

📋 copy color: '#03246C'

red 3 ◦ green 36 ◦ blue 108

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

Shades of Sapphire #03246C

Tints of Sapphire #03246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 2.04%
G = 24.49%
B = 73.47%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03246C (or 0x03246C) is known color: Sapphire. HEX triplet: 03, 24 and 6C. RGB value is (3,36,108). Sum of RGB (Red+Green+Blue) = 3+36+108=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #03246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03246C is #FCDB93. Grayscale: #222222. Windows color (decimal): -16571284 or 7087107. OLE color: 7087107.

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

Color convert

RGB 3 36 108 -
CMYK 0.97 0.67 0 0.58
HSL 221.14º 0.95% 0.22% -
HSV(B) 221.14º 0.97% 0.42% -
XYZ 3.38 2.36 14.47 -
YUV 34.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 3 36 108 0.97 0.67 0 0.58 221.14 0.95 0.22
Hex 3 24 6C 61 43 0 3A DD 5F 16
Octal 3 44 154 141 103 0 72 335 137 26
Binary 11 100100 1101100 1100001 1000011 0 111010 11011101 1011111 10110

Color Harmonies of #03246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03246C

Black with #03246C

Text Example


Text Example

White with #03246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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