Html Css Color HEX #03285B Sapphire

📋 copy color: '#03285B'

red 3 ◦ green 40 ◦ blue 91

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

Shades of Sapphire #03285B

Tints of Sapphire #03285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 67.91%

R = 2.24%
G = 29.85%
B = 67.91%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03285B (or 0x03285B) is known color: Sapphire. HEX triplet: 03, 28 and 5B. RGB value is (3,40,91). Sum of RGB (Red+Green+Blue) = 3+40+91=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #03285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03285B is #FCD7A4. Grayscale: #222222. Windows color (decimal): -16570277 or 5974019. OLE color: 5974019.

HSL color Cylindrical-coordinate representation of color #03285B: hue angle of 214.77º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03285B is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 40 91 -
CMYK 0.97 0.56 0 0.64
HSL 214.77º 0.94% 0.18% -
HSV(B) 214.77º 0.97% 0.36% -
XYZ 2.68 2.29 10.2 -
YUV 34.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 3 40 91 0.97 0.56 0 0.64 214.77 0.94 0.18
Hex 3 28 5B 61 38 0 40 D7 5E 12
Octal 3 50 133 141 70 0 100 327 136 22
Binary 11 101000 1011011 1100001 111000 0 1000000 11010111 1011110 10010

Color Harmonies of #03285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03285B

Black with #03285B

Text Example


Text Example

White with #03285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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