#365FBB

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

Shades of Cerulean Blue #365FBB

Tints of Cerulean Blue #365FBB

Color information

#365FBB (or 0x365FBB) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5F and BB. RGB value is (54,95,187). Sum of RGB (Red+Green+Blue) = 54+95+187=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #365FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FBB is #C9A044. Grayscale: #5C5C5C. Windows color (decimal): -13213765 or 12279606. OLE color: 12279606.

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

Color convert

RGB5495187-
CMYK0.710.4900.27
HSL221.5º55.19%47.25%-
HSV(B)221.5º71.12%73.33%-
XYZ14.5812.5648.67-
YUV93.23180.92100.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 187 (73.44% from 255) = 55.65%
R=16.07%
G=28.27%
B=55.65%

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
Decimal54951870.710.4900.27221.555.1947.25
Hex365FBB473101Bde372f
Octal66137273107610333366757
Binary110110101111110111011100011111000101101111011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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