#03548F

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

Shades of Dark Cerulean #03548F

Tints of Dark Cerulean #03548F

Color information

#03548F (or 0x03548F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 54 and 8F. RGB value is (3,84,143). Sum of RGB (Red+Green+Blue) = 3+84+143=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #03548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03548F is #FCAB70. Grayscale: #424242. Windows color (decimal): -16558961 or 9393155. OLE color: 9393155.

HSL color Cylindrical-coordinate representation of color #03548F: hue angle of 205.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03548F is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB384143-
CMYK0.980.4100.44
HSL205.29º95.89%28.63%-
HSV(B)205.29º97.9%56.08%-
XYZ8.178.3427.17-
YUV66.51171.1682.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 143 (56.25% from 255) = 62.17%
R=1.30%
G=36.52%
B=62.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3841430.980.4100.44205.2995.8928.63
Hex3548F622902Ccd601d
Octal31242171425105431514035
Binary111010100100011111100010101001010110011001101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03548F; }

 p { color: rgb(3,84,143); }

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

<style>
 a { background-color: #03548F; }

 a { background-color: rgb(3,84,143); }

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

<style>
 span { border-color: #03548F; }

 span { border-color: rgb(3,84,143); }

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