#365EB4

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

Shades of Cerulean Blue #365EB4

Tints of Cerulean Blue #365EB4

Color information

#365EB4 (or 0x365EB4) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5E and B4. RGB value is (54,94,180). Sum of RGB (Red+Green+Blue) = 54+94+180=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #365EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EB4 is #C9A14B. Grayscale: #5B5B5B. Windows color (decimal): -13214028 or 11820598. OLE color: 11820598.

HSL color Cylindrical-coordinate representation of color #365EB4: hue angle of 220.95º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #365EB4 is Cyan = 0.7, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5494180-
CMYK0.70.4800.29
HSL220.95º53.85%45.88%-
HSV(B)220.95º70%70.59%-
XYZ13.7612.0844.79-
YUV91.84177.75101.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 180 (70.70% from 255) = 54.88%
R=16.46%
G=28.66%
B=54.88%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54941800.70.4800.29220.9553.8545.88
Hex365EB4463001Ddd362e
Octal66136264106600353356656
Binary110110101111010110100100011011000001110111011101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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