#03458A

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

Shades of Dark Cerulean #03458A

Tints of Dark Cerulean #03458A

Color information

#03458A (or 0x03458A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 45 and 8A. RGB value is (3,69,138). Sum of RGB (Red+Green+Blue) = 3+69+138=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #03458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03458A is #FCBA75. Grayscale: #383838. Windows color (decimal): -16562806 or 9061635. OLE color: 9061635.

HSL color Cylindrical-coordinate representation of color #03458A: hue angle of 210.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03458A is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB369138-
CMYK0.980.500.46
HSL210.67º95.74%27.65%-
HSV(B)210.67º97.83%54.12%-
XYZ6.756.1124.87-
YUV57.13173.6389.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=1.43%
G=32.86%
B=65.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3691380.980.500.46210.6795.7427.65
Hex3458A623202Ed3601c
Octal31052121426205632314034
Binary111000101100010101100010110010010111011010011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,69,138); }

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

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

 a { background-color: rgb(3,69,138); }

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

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

 span { border-color: rgb(3,69,138); }

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