Html Css Color HEX #03285A Sapphire

📋 copy color: '#03285A'

red 3 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #03285A

Tints of Sapphire #03285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 67.67%

R = 2.26%
G = 30.08%
B = 67.67%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03285A (or 0x03285A) is known color: Sapphire. HEX triplet: 03, 28 and 5A. RGB value is (3,40,90). Sum of RGB (Red+Green+Blue) = 3+40+90=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #03285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03285A is #FCD7A5. Grayscale: #222222. Windows color (decimal): -16570278 or 5908483. OLE color: 5908483.

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

Color convert

RGB 3 40 90 -
CMYK 0.97 0.56 0 0.65
HSL 214.48º 0.94% 0.18% -
HSV(B) 214.48º 0.97% 0.35% -
XYZ 2.64 2.28 9.97 -
YUV 34.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 3 40 90 0.97 0.56 0 0.65 214.48 0.94 0.18
Hex 3 28 5A 61 38 0 41 D6 5E 12
Octal 3 50 132 141 70 0 101 326 136 22
Binary 11 101000 1011010 1100001 111000 0 1000001 11010110 1011110 10010

Color Harmonies of #03285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03285A

Black with #03285A

Text Example


Text Example

White with #03285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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