Html Css Color HEX #03255C Sapphire

📋 copy color: '#03255C'

red 3 ◦ green 37 ◦ blue 92

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

Shades of Sapphire #03255C

Tints of Sapphire #03255C

RGB

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

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

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

R = 2.27%
G = 28.03%
B = 69.7%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03255C (or 0x03255C) is known color: Sapphire. HEX triplet: 03, 25 and 5C. RGB value is (3,37,92). Sum of RGB (Red+Green+Blue) = 3+37+92=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #03255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03255C is #FCDAA3. Grayscale: #202020. Windows color (decimal): -16571044 or 6038787. OLE color: 6038787.

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

Color convert

RGB 3 37 92 -
CMYK 0.97 0.60 0 0.64
HSL 217.08º 0.94% 0.19% -
HSV(B) 217.08º 0.97% 0.36% -
XYZ 2.63 2.12 10.39 -
YUV 33.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 3 37 92 0.97 0.60 0 0.64 217.08 0.94 0.19
Hex 3 25 5C 61 3C 0 40 D9 5E 13
Octal 3 45 134 141 74 0 100 331 136 23
Binary 11 100101 1011100 1100001 111100 0 1000000 11011001 1011110 10011

Color Harmonies of #03255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03255C

Black with #03255C

Text Example


Text Example

White with #03255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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