#03507A

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

Shades of Dark Cerulean #03507A

Tints of Dark Cerulean #03507A

Color information

#03507A (or 0x03507A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 50 and 7A. RGB value is (3,80,122). Sum of RGB (Red+Green+Blue) = 3+80+122=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #03507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03507A is #FCAF85. Grayscale: #3D3D3D. Windows color (decimal): -16560006 or 8015875. OLE color: 8015875.

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

Color convert

RGB380122-
CMYK0.980.3400.52
HSL201.18º95.2%24.51%-
HSV(B)201.18º97.54%47.84%-
XYZ6.427.1619.46-
YUV61.76161.9986.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=1.46%
G=39.02%
B=59.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3801220.980.3400.52201.1895.224.51
Hex3507A6222034c95f19
Octal31201721424206431113731
Binary11101000011110101100010100010011010011001001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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