#345CBB

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

Shades of Cerulean Blue #345CBB

Tints of Cerulean Blue #345CBB

Color information

#345CBB (or 0x345CBB) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5C and BB. RGB value is (52,92,187). Sum of RGB (Red+Green+Blue) = 52+92+187=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #345CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CBB is #CBA344. Grayscale: #5A5A5A. Windows color (decimal): -13345605 or 12278836. OLE color: 12278836.

HSL color Cylindrical-coordinate representation of color #345CBB: hue angle of 222.22º 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 #345CBB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5292187-
CMYK0.720.5100.27
HSL222.22º56.49%46.86%-
HSV(B)222.22º72.19%73.33%-
XYZ14.2111.9748.58-
YUV90.87182.25100.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=15.71%
G=27.79%
B=56.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52921870.720.5100.27222.2256.4946.86
Hex345CBB483301Bde382f
Octal64134273110630333367057
Binary110100101110010111011100100011001101101111011110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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