#364EBA

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

Shades of Cerulean Blue #364EBA

Tints of Cerulean Blue #364EBA

Color information

#364EBA (or 0x364EBA) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4E and BA. RGB value is (54,78,186). Sum of RGB (Red+Green+Blue) = 54+78+186=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #364EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EBA is #C9B145. Grayscale: #525252. Windows color (decimal): -13218118 or 12209718. OLE color: 12209718.

HSL color Cylindrical-coordinate representation of color #364EBA: hue angle of 229.09º 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 #364EBA is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5478186-
CMYK0.710.5800.27
HSL229.09º55%47.06%-
HSV(B)229.09º70.97%72.94%-
XYZ13.119.7847.65-
YUV83.14186.05107.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 186 (73.05% from 255) = 58.49%
R=16.98%
G=24.53%
B=58.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54781860.710.5800.27229.095547.06
Hex364EBA473A01Be5372f
Octal66116272107720333456757
Binary110110100111010111010100011111101001101111100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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