#3454BB

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

Shades of Cerulean Blue #3454BB

Tints of Cerulean Blue #3454BB

Color information

#3454BB (or 0x3454BB) is unknown color: approx Cerulean Blue. HEX triplet: 34, 54 and BB. RGB value is (52,84,187). Sum of RGB (Red+Green+Blue) = 52+84+187=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #3454BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454BB is #CBAB44. Grayscale: #555555. Windows color (decimal): -13347653 or 12276788. OLE color: 12276788.

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

Color convert

RGB5284187-
CMYK0.720.5500.27
HSL225.78º56.49%46.86%-
HSV(B)225.78º72.19%73.33%-
XYZ13.5610.6648.36-
YUV86.17184.9103.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=16.10%
G=26.01%
B=57.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52841870.720.5500.27225.7856.4946.86
Hex3454BB483701Be2382f
Octal64124273110670333427057
Binary110100101010010111011100100011011101101111100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3454BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3454BB; }

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

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

<style>
 a { background-color: #3454BB; }

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

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

<style>
 span { border-color: #3454BB; }

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

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