#365EBE

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

Shades of Cerulean Blue #365EBE

Tints of Cerulean Blue #365EBE

Color information

#365EBE (or 0x365EBE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5E and BE. RGB value is (54,94,190). Sum of RGB (Red+Green+Blue) = 54+94+190=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #365EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EBE is #C9A141. Grayscale: #5C5C5C. Windows color (decimal): -13214018 or 12475958. OLE color: 12475958.

HSL color Cylindrical-coordinate representation of color #365EBE: hue angle of 222.35º 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 #365EBE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5494190-
CMYK0.720.5100.25
HSL222.35º55.74%47.84%-
HSV(B)222.35º71.58%74.51%-
XYZ14.8212.5150.35-
YUV92.98182.75100.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=15.98%
G=27.81%
B=56.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54941900.720.5100.25222.3555.7447.84
Hex365EBE4833019de3830
Octal66136276110630313367060
Binary110110101111010111110100100011001101100111011110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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