#3655BA

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

Shades of Cerulean Blue #3655BA

Tints of Cerulean Blue #3655BA

Color information

#3655BA (or 0x3655BA) is unknown color: approx Cerulean Blue. HEX triplet: 36, 55 and BA. RGB value is (54,85,186). Sum of RGB (Red+Green+Blue) = 54+85+186=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3655BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3655BA is #C9AA45. Grayscale: #565656. Windows color (decimal): -13216326 or 12211510. OLE color: 12211510.

HSL color Cylindrical-coordinate representation of color #3655BA: hue angle of 225.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3655BA is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5485186-
CMYK0.710.5400.27
HSL225.91º55%47.06%-
HSV(B)225.91º70.97%72.94%-
XYZ13.6310.8347.83-
YUV87.24183.73104.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=16.62%
G=26.15%
B=57.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54851860.710.5400.27225.915547.06
Hex3655BA473601Be2372f
Octal66125272107660333426757
Binary110110101010110111010100011111011001101111100010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3655BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3655BA; }

 p { color: rgb(54,85,186); }

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

<style>
 a { background-color: #3655BA; }

 a { background-color: rgb(54,85,186); }

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

<style>
 span { border-color: #3655BA; }

 span { border-color: rgb(54,85,186); }

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