#3455BF

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

Shades of Cerulean Blue #3455BF

Tints of Cerulean Blue #3455BF

Color information

#3455BF (or 0x3455BF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 55 and BF. RGB value is (52,85,191). Sum of RGB (Red+Green+Blue) = 52+85+191=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #3455BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3455BF is #CBAA40. Grayscale: #565656. Windows color (decimal): -13347393 or 12539188. OLE color: 12539188.

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

Color convert

RGB5285191-
CMYK0.730.5500.25
HSL225.76º57.2%47.65%-
HSV(B)225.76º72.77%74.9%-
XYZ14.0710.9950.67-
YUV87.22186.57102.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 191 (75% from 255) = 58.23%
R=15.85%
G=25.91%
B=58.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52851910.730.5500.25225.7657.247.65
Hex3455BF4937019e23930
Octal64125277111670313427160
Binary110100101010110111111100100111011101100111100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3455BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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