#3459BE

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

Shades of Cerulean Blue #3459BE

Tints of Cerulean Blue #3459BE

Color information

#3459BE (or 0x3459BE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 59 and BE. RGB value is (52,89,190). Sum of RGB (Red+Green+Blue) = 52+89+190=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #3459BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3459BE is #CBA641. Grayscale: #595959. Windows color (decimal): -13346370 or 12474676. OLE color: 12474676.

HSL color Cylindrical-coordinate representation of color #3459BE: hue angle of 223.91º 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 #3459BE is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5289190-
CMYK0.730.5300.25
HSL223.91º57.02%47.45%-
HSV(B)223.91º72.63%74.51%-
XYZ14.2811.5950.2-
YUV89.45184.74101.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=15.71%
G=26.89%
B=57.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52891900.730.5300.25223.9157.0247.45
Hex3459BE4935019e0392f
Octal64131276111650313407157
Binary110100101100110111110100100111010101100111100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3459BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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