#3457BE

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

Shades of Cerulean Blue #3457BE

Tints of Cerulean Blue #3457BE

Color information

#3457BE (or 0x3457BE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 57 and BE. RGB value is (52,87,190). Sum of RGB (Red+Green+Blue) = 52+87+190=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #3457BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3457BE is #CBA841. Grayscale: #575757. Windows color (decimal): -13346882 or 12474164. OLE color: 12474164.

HSL color Cylindrical-coordinate representation of color #3457BE: hue angle of 224.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3457BE is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5287190-
CMYK0.730.5400.25
HSL224.78º57.02%47.45%-
HSV(B)224.78º72.63%74.51%-
XYZ14.1211.2650.15-
YUV88.28185.4102.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=15.81%
G=26.44%
B=57.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52871900.730.5400.25224.7857.0247.45
Hex3457BE4936019e1392f
Octal64127276111660313417157
Binary110100101011110111110100100111011001100111100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3457BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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