#365CB0

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

Shades of Cerulean Blue #365CB0

Tints of Cerulean Blue #365CB0

Color information

#365CB0 (or 0x365CB0) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5C and B0. RGB value is (54,92,176). Sum of RGB (Red+Green+Blue) = 54+92+176=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #365CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CB0 is #C9A34F. Grayscale: #595959. Windows color (decimal): -13214544 or 11557942. OLE color: 11557942.

HSL color Cylindrical-coordinate representation of color #365CB0: hue angle of 221.31º 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 #365CB0 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5492176-
CMYK0.690.4800.31
HSL221.31º53.04%45.1%-
HSV(B)221.31º69.32%69.02%-
XYZ13.1811.5742.61-
YUV90.21176.41102.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=16.77%
G=28.57%
B=54.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54921760.690.4800.31221.3153.0445.1
Hex365CB0453001Fdd352d
Octal66134260105600373356555
Binary110110101110010110000100010111000001111111011101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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