#03267A

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

Shades of Sapphire #03267A

Tints of Sapphire #03267A

Color information

#03267A (or 0x03267A) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 7A. RGB value is (3,38,122). Sum of RGB (Red+Green+Blue) = 3+38+122=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #03267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03267A is #FCD985. Grayscale: #242424. Windows color (decimal): -16570758 or 8005123. OLE color: 8005123.

HSL color Cylindrical-coordinate representation of color #03267A: hue angle of 222.35º 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 #03267A is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB338122-
CMYK0.980.6900.52
HSL222.35º95.2%24.51%-
HSV(B)222.35º97.54%47.84%-
XYZ4.242.8118.73-
YUV37.11175.9103.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 122 (48.05% from 255) = 74.85%
R=1.84%
G=23.31%
B=74.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3381220.980.6900.52222.3595.224.51
Hex3267A6245034de5f19
Octal34617214210506433613731
Binary11100110111101011000101000101011010011011110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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