Html Css Color HEX #03275D Sapphire

📋 copy color: '#03275D'

red 3 ◦ green 39 ◦ blue 93

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

Shades of Sapphire #03275D

Tints of Sapphire #03275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

 BLUE value IS 93 (36.72% from 255) = 68.89%

R = 2.22%
G = 28.89%
B = 68.89%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03275D (or 0x03275D) is known color: Sapphire. HEX triplet: 03, 27 and 5D. RGB value is (3,39,93). Sum of RGB (Red+Green+Blue) = 3+39+93=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #03275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03275D is #FCD8A2. Grayscale: #222222. Windows color (decimal): -16570531 or 6104835. OLE color: 6104835.

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

Color convert

RGB 3 39 93 -
CMYK 0.97 0.58 0 0.64
HSL 216º 0.94% 0.19% -
HSV(B) 216º 0.97% 0.36% -
XYZ 2.74 2.26 10.65 -
YUV 34.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 3 39 93 0.97 0.58 0 0.64 216 0.94 0.19
Hex 3 27 5D 61 3A 0 40 D8 5E 13
Octal 3 47 135 141 72 0 100 330 136 23
Binary 11 100111 1011101 1100001 111010 0 1000000 11011000 1011110 10011

Color Harmonies of #03275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03275D

Black with #03275D

Text Example


Text Example

White with #03275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,39,93); }

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

background-color css

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

 a { background-color: rgb(3,39,93); }

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

border-color css

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

 span { border-color: rgb(3,39,93); }

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