#364ABA

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

Shades of Cerulean Blue #364ABA

Tints of Cerulean Blue #364ABA

Color information

#364ABA (or 0x364ABA) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4A and BA. RGB value is (54,74,186). Sum of RGB (Red+Green+Blue) = 54+74+186=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #364ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ABA is #C9B545. Grayscale: #505050. Windows color (decimal): -13219142 or 12208694. OLE color: 12208694.

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

Color convert

RGB5474186-
CMYK0.710.6000.27
HSL230.91º55%47.06%-
HSV(B)230.91º70.97%72.94%-
XYZ12.839.2347.56-
YUV80.79187.37108.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=17.20%
G=23.57%
B=59.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54741860.710.6000.27230.915547.06
Hex364ABA473C01Be7372f
Octal66112272107740333476757
Binary110110100101010111010100011111110001101111100111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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