#365AAE

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

Shades of Cerulean Blue #365AAE

Tints of Cerulean Blue #365AAE

Color information

#365AAE (or 0x365AAE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5A and AE. RGB value is (54,90,174). Sum of RGB (Red+Green+Blue) = 54+90+174=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #365AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AAE is #C9A551. Grayscale: #585858. Windows color (decimal): -13215058 or 11426358. OLE color: 11426358.

HSL color Cylindrical-coordinate representation of color #365AAE: hue angle of 222º 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 #365AAE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5490174-
CMYK0.690.4800.32
HSL222º52.63%44.71%-
HSV(B)222º68.97%68.24%-
XYZ12.8211.1541.52-
YUV88.81176.07103.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=16.98%
G=28.30%
B=54.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54901740.690.4800.3222252.6344.71
Hex365AAE4530020de352d
Octal66132256105600403366555
Binary1101101011010101011101000101110000010000011011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365AAE; }

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

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

<style>
 a { background-color: #365AAE; }

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

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

<style>
 span { border-color: #365AAE; }

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

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