#345ABF

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

Shades of Cerulean Blue #345ABF

Tints of Cerulean Blue #345ABF

Color information

#345ABF (or 0x345ABF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5A and BF. RGB value is (52,90,191). Sum of RGB (Red+Green+Blue) = 52+90+191=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #345ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ABF is #CBA540. Grayscale: #595959. Windows color (decimal): -13346113 or 12540468. OLE color: 12540468.

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

Color convert

RGB5290191-
CMYK0.730.5300.25
HSL223.6º57.2%47.65%-
HSV(B)223.6º72.77%74.9%-
XYZ14.4811.850.81-
YUV90.15184.91100.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 191 (75% from 255) = 57.36%
R=15.62%
G=27.03%
B=57.36%

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
Decimal52901910.730.5300.25223.657.247.65
Hex345ABF4935019e03930
Octal64132277111650313407160
Binary110100101101010111111100100111010101100111100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,90,191); }

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

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

 a { background-color: rgb(52,90,191); }

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

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

 span { border-color: rgb(52,90,191); }

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