#365EB1

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

Shades of Cerulean Blue #365EB1

Tints of Cerulean Blue #365EB1

Color information

#365EB1 (or 0x365EB1) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5E and B1. RGB value is (54,94,177). Sum of RGB (Red+Green+Blue) = 54+94+177=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #365EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365EB1 is #C9A14E. Grayscale: #5B5B5B. Windows color (decimal): -13214031 or 11623990. OLE color: 11623990.

HSL color Cylindrical-coordinate representation of color #365EB1: hue angle of 220.49º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365EB1 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5494177-
CMYK0.690.4700.31
HSL220.49º53.25%45.29%-
HSV(B)220.49º69.49%69.41%-
XYZ13.4611.9643.19-
YUV91.5176.25101.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 177 (69.53% from 255) = 54.46%
R=16.62%
G=28.92%
B=54.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54941770.690.4700.31220.4953.2545.29
Hex365EB1452F01Fdc352d
Octal66136261105570373346555
Binary110110101111010110001100010110111101111111011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365EB1; }

 p { color: rgb(54,94,177); }

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

<style>
 a { background-color: #365EB1; }

 a { background-color: rgb(54,94,177); }

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

<style>
 span { border-color: #365EB1; }

 span { border-color: rgb(54,94,177); }

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