#365FB9

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

Shades of Cerulean Blue #365FB9

Tints of Cerulean Blue #365FB9

Color information

#365FB9 (or 0x365FB9) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5F and B9. RGB value is (54,95,185). Sum of RGB (Red+Green+Blue) = 54+95+185=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #365FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FB9 is #C9A046. Grayscale: #5C5C5C. Windows color (decimal): -13213767 or 12148534. OLE color: 12148534.

HSL color Cylindrical-coordinate representation of color #365FB9: hue angle of 221.22º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #365FB9 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5495185-
CMYK0.710.4900.27
HSL221.22º54.81%46.86%-
HSV(B)221.22º70.81%72.55%-
XYZ14.3712.4747.55-
YUV93179.92100.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.17%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 185 (72.66% from 255) = 55.39%
R=16.17%
G=28.44%
B=55.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54951850.710.4900.27221.2254.8146.86
Hex365FB9473101Bdd372f
Octal66137271107610333356757
Binary110110101111110111001100011111000101101111011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,185); }

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

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

 a { background-color: rgb(54,95,185); }

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

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

 span { border-color: rgb(54,95,185); }

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