#03508B

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

Shades of Dark Cerulean #03508B

Tints of Dark Cerulean #03508B

Color information

#03508B (or 0x03508B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 50 and 8B. RGB value is (3,80,139). Sum of RGB (Red+Green+Blue) = 3+80+139=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #03508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03508B is #FCAF74. Grayscale: #3F3F3F. Windows color (decimal): -16559989 or 9129987. OLE color: 9129987.

HSL color Cylindrical-coordinate representation of color #03508B: hue angle of 206.03º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03508B is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB380139-
CMYK0.980.4200.45
HSL206.03º95.77%27.84%-
HSV(B)206.03º97.84%54.51%-
XYZ7.577.6225.5-
YUV63.7170.4984.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=1.35%
G=36.04%
B=62.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3801390.980.4200.45206.0395.7727.84
Hex3508B622A02Dce601c
Octal31202131425205531614034
Binary111010000100010111100010101010010110111001110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03508B; }

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

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

<style>
 a { background-color: #03508B; }

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

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

<style>
 span { border-color: #03508B; }

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

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