#3457b0

Color #3457B0 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3457B0

Tints of Cerulean Blue #3457B0

Color information

#3457B0 (or 0x3457B0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 57 and B0. RGB value is (52,87,176). Sum of RGB (Red+Green+Blue) = 52+87+176=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #3457B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3457B0 is #CBA84F. Grayscale: #565656. Windows color (decimal): -13346896 or 11556660. OLE color: 11556660.

HSL color Cylindrical-coordinate representation of color #3457B0: hue angle of 223.06º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3457B0 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5287176-
CMYK0.700.5100.31
HSL223.06º54.39%44.71%-
HSV(B)223.06º70.45%69.02%-
XYZ12.6610.6842.47-
YUV86.68178.4103.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 176 (69.14% from 255) = 55.87%
R=16.51%
G=27.62%
B=55.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52871760.700.5100.31223.0654.3944.71
Hex3457B0463301Fdf362d
Octal64127260106630373376655
Binary110100101011110110000100011011001101111111011111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3457b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3457b0; }

 p { color: rgb(52,87,176); }

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

<style>
 a { background-color: #3457b0; }

 a { background-color: rgb(52,87,176); }

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

<style>
 span { border-color: #3457b0; }

 span { border-color: rgb(52,87,176); }

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