#345FBE

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

Shades of Cerulean Blue #345FBE

Tints of Cerulean Blue #345FBE

Color information

#345FBE (or 0x345FBE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5F and BE. RGB value is (52,95,190). Sum of RGB (Red+Green+Blue) = 52+95+190=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #345FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FBE is #CBA041. Grayscale: #5C5C5C. Windows color (decimal): -13344834 or 12476212. OLE color: 12476212.

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

Color convert

RGB5295190-
CMYK0.730.500.25
HSL221.3º57.02%47.45%-
HSV(B)221.3º72.63%74.51%-
XYZ14.812.6350.37-
YUV92.97182.7598.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=15.43%
G=28.19%
B=56.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52951900.730.500.25221.357.0247.45
Hex345FBE4932019dd392f
Octal64137276111620313357157
Binary110100101111110111110100100111001001100111011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345FBE; }

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

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

<style>
 a { background-color: #345FBE; }

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

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

<style>
 span { border-color: #345FBE; }

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

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