#3453BF

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

Shades of Cerulean Blue #3453BF

Tints of Cerulean Blue #3453BF

Color information

#3453BF (or 0x3453BF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 53 and BF. RGB value is (52,83,191). Sum of RGB (Red+Green+Blue) = 52+83+191=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #3453BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453BF is #CBAC40. Grayscale: #555555. Windows color (decimal): -13347905 or 12538676. OLE color: 12538676.

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

Color convert

RGB5283191-
CMYK0.730.5700.25
HSL226.62º57.2%47.65%-
HSV(B)226.62º72.77%74.9%-
XYZ13.9110.6850.62-
YUV86.04187.23103.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 191 (75% from 255) = 58.59%
R=15.95%
G=25.46%
B=58.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52831910.730.5700.25226.6257.247.65
Hex3453BF4939019e33930
Octal64123277111710313437160
Binary110100101001110111111100100111100101100111100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3453BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3453BF; }

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

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

<style>
 a { background-color: #3453BF; }

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

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

<style>
 span { border-color: #3453BF; }

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

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