#3655AE

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

Shades of Cerulean Blue #3655AE

Tints of Cerulean Blue #3655AE

Color information

#3655AE (or 0x3655AE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 55 and AE. RGB value is (54,85,174). Sum of RGB (Red+Green+Blue) = 54+85+174=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #3655AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3655AE is #C9AA51. Grayscale: #555555. Windows color (decimal): -13216338 or 11425078. OLE color: 11425078.

HSL color Cylindrical-coordinate representation of color #3655AE: hue angle of 224.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3655AE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5485174-
CMYK0.690.5100.32
HSL224.5º52.63%44.71%-
HSV(B)224.5º68.97%68.24%-
XYZ12.4110.3441.39-
YUV85.88177.73105.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.25%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=17.25%
G=27.16%
B=55.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54851740.690.5100.32224.552.6344.71
Hex3655AE4533020e0352d
Octal66125256105630403406555
Binary1101101010101101011101000101110011010000011100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3655AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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