#364AAE

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

Shades of Cerulean Blue #364AAE

Tints of Cerulean Blue #364AAE

Color information

#364AAE (or 0x364AAE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4A and AE. RGB value is (54,74,174). Sum of RGB (Red+Green+Blue) = 54+74+174=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #364AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364AAE is #C9B551. Grayscale: #4F4F4F. Windows color (decimal): -13219154 or 11422262. OLE color: 11422262.

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

Color convert

RGB5474174-
CMYK0.690.5700.32
HSL230º52.63%44.71%-
HSV(B)230º68.97%68.24%-
XYZ11.618.7441.12-
YUV79.42181.37109.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=17.88%
G=24.50%
B=57.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54741740.690.5700.3223052.6344.71
Hex364AAE4539020e6352d
Octal66112256105710403466555
Binary1101101001010101011101000101111001010000011100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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