#365CB5

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

Shades of Cerulean Blue #365CB5

Tints of Cerulean Blue #365CB5

Color information

#365CB5 (or 0x365CB5) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5C and B5. RGB value is (54,92,181). Sum of RGB (Red+Green+Blue) = 54+92+181=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #365CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CB5 is #C9A34A. Grayscale: #5A5A5A. Windows color (decimal): -13214539 or 11885622. OLE color: 11885622.

HSL color Cylindrical-coordinate representation of color #365CB5: hue angle of 222.05º 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 #365CB5 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5492181-
CMYK0.700.4900.29
HSL222.05º54.04%46.08%-
HSV(B)222.05º70.17%70.98%-
XYZ13.6911.7745.27-
YUV90.78178.91101.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 181 (71.09% from 255) = 55.35%
R=16.51%
G=28.13%
B=55.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54921810.700.4900.29222.0554.0446.08
Hex365CB5463101Dde362e
Octal66134265106610353366656
Binary110110101110010110101100011011000101110111011110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,181); }

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

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

 a { background-color: rgb(54,92,181); }

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

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

 span { border-color: rgb(54,92,181); }

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