Html Css Color HEX #03246D Sapphire

📋 copy color: '#03246D'

red 3 ◦ green 36 ◦ blue 109

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

Shades of Sapphire #03246D

Tints of Sapphire #03246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.65%

R = 2.03%
G = 24.32%
B = 73.65%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03246D (or 0x03246D) is known color: Sapphire. HEX triplet: 03, 24 and 6D. RGB value is (3,36,109). Sum of RGB (Red+Green+Blue) = 3+36+109=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #03246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03246D is #FCDB92. Grayscale: #222222. Windows color (decimal): -16571283 or 7152643. OLE color: 7152643.

HSL color Cylindrical-coordinate representation of color #03246D: hue angle of 221.32º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03246D is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 36 109 -
CMYK 0.97 0.67 0 0.57
HSL 221.32º 0.95% 0.22% -
HSV(B) 221.32º 0.97% 0.43% -
XYZ 3.43 2.39 14.75 -
YUV 34.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 3 36 109 0.97 0.67 0 0.57 221.32 0.95 0.22
Hex 3 24 6D 61 43 0 39 DD 5F 16
Octal 3 44 155 141 103 0 71 335 137 26
Binary 11 100100 1101101 1100001 1000011 0 111001 11011101 1011111 10110

Color Harmonies of #03246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03246D

Black with #03246D

Text Example


Text Example

White with #03246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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