Html Css Color HEX #03255A Sapphire

📋 copy color: '#03255A'

red 3 ◦ green 37 ◦ blue 90

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

Shades of Sapphire #03255A

Tints of Sapphire #03255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.46%

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

R = 2.31%
G = 28.46%
B = 69.23%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03255A (or 0x03255A) is known color: Sapphire. HEX triplet: 03, 25 and 5A. RGB value is (3,37,90). Sum of RGB (Red+Green+Blue) = 3+37+90=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #03255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03255A is #FCDAA5. Grayscale: #202020. Windows color (decimal): -16571046 or 5907715. OLE color: 5907715.

HSL color Cylindrical-coordinate representation of color #03255A: hue angle of 216.55º 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 #03255A is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 37 90 -
CMYK 0.97 0.59 0 0.65
HSL 216.55º 0.94% 0.18% -
HSV(B) 216.55º 0.97% 0.35% -
XYZ 2.54 2.08 9.94 -
YUV 32.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 3 37 90 0.97 0.59 0 0.65 216.55 0.94 0.18
Hex 3 25 5A 61 3B 0 41 D9 5E 12
Octal 3 45 132 141 73 0 101 331 136 22
Binary 11 100101 1011010 1100001 111011 0 1000001 11011001 1011110 10010

Color Harmonies of #03255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03255A

Black with #03255A

Text Example


Text Example

White with #03255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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