#345FBB

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

Shades of Cerulean Blue #345FBB

Tints of Cerulean Blue #345FBB

Color information

#345FBB (or 0x345FBB) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5F and BB. RGB value is (52,95,187). Sum of RGB (Red+Green+Blue) = 52+95+187=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #345FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FBB is #CBA044. Grayscale: #5C5C5C. Windows color (decimal): -13344837 or 12279604. OLE color: 12279604.

HSL color Cylindrical-coordinate representation of color #345FBB: hue angle of 220.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345FBB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5295187-
CMYK0.720.4900.27
HSL220.89º56.49%46.86%-
HSV(B)220.89º72.19%73.33%-
XYZ14.4812.548.66-
YUV92.63181.2599.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 187 (73.44% from 255) = 55.99%
R=15.57%
G=28.44%
B=55.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52951870.720.4900.27220.8956.4946.86
Hex345FBB483101Bdd382f
Octal64137273110610333357057
Binary110100101111110111011100100011000101101111011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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