#364DBA

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

Shades of Cerulean Blue #364DBA

Tints of Cerulean Blue #364DBA

Color information

#364DBA (or 0x364DBA) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4D and BA. RGB value is (54,77,186). Sum of RGB (Red+Green+Blue) = 54+77+186=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #364DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DBA is #C9B245. Grayscale: #525252. Windows color (decimal): -13218374 or 12209462. OLE color: 12209462.

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

Color convert

RGB5477186-
CMYK0.710.5900.27
HSL229.55º55%47.06%-
HSV(B)229.55º70.97%72.94%-
XYZ13.049.6447.63-
YUV82.55186.38107.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=17.03%
G=24.29%
B=58.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54771860.710.5900.27229.555547.06
Hex364DBA473B01Be6372f
Octal66115272107730333466757
Binary110110100110110111010100011111101101101111100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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