#03488B

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

Shades of Dark Cerulean #03488B

Tints of Dark Cerulean #03488B

Color information

#03488B (or 0x03488B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 48 and 8B. RGB value is (3,72,139). Sum of RGB (Red+Green+Blue) = 3+72+139=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #03488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03488B is #FCB774. Grayscale: #3A3A3A. Windows color (decimal): -16562037 or 9127939. OLE color: 9127939.

HSL color Cylindrical-coordinate representation of color #03488B: hue angle of 209.56º 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 #03488B is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB372139-
CMYK0.980.4800.45
HSL209.56º95.77%27.84%-
HSV(B)209.56º97.84%54.51%-
XYZ7.026.5225.31-
YUV59.01173.1488.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=1.40%
G=33.64%
B=64.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3721390.980.4800.45209.5695.7727.84
Hex3488B623002Dd2601c
Octal31102131426005532214034
Binary111001000100010111100010110000010110111010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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