#03257A

Color #03257A Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #03257A

Tints of Sapphire #03257A

Color information

#03257A (or 0x03257A) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 7A. RGB value is (3,37,122). Sum of RGB (Red+Green+Blue) = 3+37+122=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #03257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03257A is #FCDA85. Grayscale: #242424. Windows color (decimal): -16571014 or 8004867. OLE color: 8004867.

HSL color Cylindrical-coordinate representation of color #03257A: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03257A is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB337122-
CMYK0.980.7000.52
HSL222.86º95.2%24.51%-
HSV(B)222.86º97.54%47.84%-
XYZ4.212.7518.72-
YUV36.52176.24104.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=1.85%
G=22.84%
B=75.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3371220.980.7000.52222.8695.224.51
Hex3257A6246034df5f19
Octal34517214210606433713731
Binary11100101111101011000101000110011010011011111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03257A;
 }
 .AnyTagClassName
 {
   color: #03257A;
 }
</style>
background-color css

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

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

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

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

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

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