#03357B

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

Shades of Dark Cerulean #03357B

Tints of Dark Cerulean #03357B

Color information

#03357B (or 0x03357B) is unknown color: approx Dark Cerulean. HEX triplet: 03, 35 and 7B. RGB value is (3,53,123). Sum of RGB (Red+Green+Blue) = 3+53+123=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #03357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03357B is #FCCA84. Grayscale: #2D2D2D. Windows color (decimal): -16566917 or 8074499. OLE color: 8074499.

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

Color convert

RGB353123-
CMYK0.980.5700.52
HSL215º95.24%24.71%-
HSV(B)215º97.56%48.24%-
XYZ4.89419.25-
YUV46.03171.4497.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 123 (48.44% from 255) = 68.72%
R=1.68%
G=29.61%
B=68.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3531230.980.5700.5221595.2424.71
Hex3357B6239034d75f19
Octal3651731427106432713731
Binary1111010111110111100010111001011010011010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,53,123); }

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

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

 a { background-color: rgb(3,53,123); }

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

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

 span { border-color: rgb(3,53,123); }

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