Html Css Color HEX #03285C Sapphire

📋 copy color: '#03285C'

red 3 ◦ green 40 ◦ blue 92

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

Shades of Sapphire #03285C

Tints of Sapphire #03285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 68.15%

R = 2.22%
G = 29.63%
B = 68.15%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03285C (or 0x03285C) is known color: Sapphire. HEX triplet: 03, 28 and 5C. RGB value is (3,40,92). Sum of RGB (Red+Green+Blue) = 3+40+92=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #03285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03285C is #FCD7A3. Grayscale: #222222. Windows color (decimal): -16570276 or 6039555. OLE color: 6039555.

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

Color convert

RGB 3 40 92 -
CMYK 0.97 0.57 0 0.64
HSL 215.06º 0.94% 0.19% -
HSV(B) 215.06º 0.97% 0.36% -
XYZ 2.73 2.31 10.43 -
YUV 34.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 3 40 92 0.97 0.57 0 0.64 215.06 0.94 0.19
Hex 3 28 5C 61 39 0 40 D7 5E 13
Octal 3 50 134 141 71 0 100 327 136 23
Binary 11 101000 1011100 1100001 111001 0 1000000 11010111 1011110 10011

Color Harmonies of #03285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03285C

Black with #03285C

Text Example


Text Example

White with #03285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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