#365DB7

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

Shades of Cerulean Blue #365DB7

Tints of Cerulean Blue #365DB7

Color information

#365DB7 (or 0x365DB7) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5D and B7. RGB value is (54,93,183). Sum of RGB (Red+Green+Blue) = 54+93+183=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #365DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DB7 is #C9A248. Grayscale: #5B5B5B. Windows color (decimal): -13214281 or 12016950. OLE color: 12016950.

HSL color Cylindrical-coordinate representation of color #365DB7: hue angle of 221.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #365DB7 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5493183-
CMYK0.700.4900.28
HSL221.86º54.43%46.47%-
HSV(B)221.86º70.49%71.76%-
XYZ13.9812.0346.39-
YUV91.6179.58101.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=16.36%
G=28.18%
B=55.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal54931830.700.4900.28221.8654.4346.47
Hex365DB7463101Cde362e
Octal66135267106610343366656
Binary110110101110110110111100011011000101110011011110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,183); }

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

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

 a { background-color: rgb(54,93,183); }

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

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

 span { border-color: rgb(54,93,183); }

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