Html Css Color HEX #03246B Sapphire

📋 copy color: '#03246B'

red 3 ◦ green 36 ◦ blue 107

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

Shades of Sapphire #03246B

Tints of Sapphire #03246B

RGB

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

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

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

R = 2.05%
G = 24.66%
B = 73.29%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03246B (or 0x03246B) is known color: Sapphire. HEX triplet: 03, 24 and 6B. RGB value is (3,36,107). Sum of RGB (Red+Green+Blue) = 3+36+107=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #03246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03246B is #FCDB94. Grayscale: #212121. Windows color (decimal): -16571285 or 7021571. OLE color: 7021571.

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

Color convert

RGB 3 36 107 -
CMYK 0.97 0.66 0 0.58
HSL 220.96º 0.95% 0.22% -
HSV(B) 220.96º 0.97% 0.42% -
XYZ 3.32 2.34 14.19 -
YUV 34.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 3 36 107 0.97 0.66 0 0.58 220.96 0.95 0.22
Hex 3 24 6B 61 42 0 3A DD 5F 16
Octal 3 44 153 141 102 0 72 335 137 26
Binary 11 100100 1101011 1100001 1000010 0 111010 11011101 1011111 10110

Color Harmonies of #03246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03246B

Black with #03246B

Text Example


Text Example

White with #03246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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