#364BBE

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

Shades of Cerulean Blue #364BBE

Tints of Cerulean Blue #364BBE

Color information

#364BBE (or 0x364BBE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4B and BE. RGB value is (54,75,190). Sum of RGB (Red+Green+Blue) = 54+75+190=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #364BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BBE is #C9B441. Grayscale: #515151. Windows color (decimal): -13218882 or 12471094. OLE color: 12471094.

HSL color Cylindrical-coordinate representation of color #364BBE: hue angle of 230.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364BBE is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5475190-
CMYK0.720.6100.25
HSL230.74º55.74%47.84%-
HSV(B)230.74º71.58%74.51%-
XYZ13.339.5349.85-
YUV81.83189.04108.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=16.93%
G=23.51%
B=59.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54751900.720.6100.25230.7455.7447.84
Hex364BBE483D019e73830
Octal66113276110750313477060
Binary110110100101110111110100100011110101100111100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,190); }

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

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

 a { background-color: rgb(54,75,190); }

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

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

 span { border-color: rgb(54,75,190); }

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