#365BBF

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

Shades of Cerulean Blue #365BBF

Tints of Cerulean Blue #365BBF

Color information

#365BBF (or 0x365BBF) is unknown color: approx Cerulean Blue. HEX triplet: 36, 5B and BF. RGB value is (54,91,191). Sum of RGB (Red+Green+Blue) = 54+91+191=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #365BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BBF is #C9A440. Grayscale: #5A5A5A. Windows color (decimal): -13214785 or 12540726. OLE color: 12540726.

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

Color convert

RGB5491191-
CMYK0.720.5200.25
HSL223.8º55.92%48.04%-
HSV(B)223.8º71.73%74.9%-
XYZ14.6712.0350.84-
YUV91.34184.24101.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 191 (75% from 255) = 56.85%
R=16.07%
G=27.08%
B=56.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54911910.720.5200.25223.855.9248.04
Hex365BBF4834019e03830
Octal66133277110640313407060
Binary110110101101110111111100100011010001100111100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,191); }

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

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

 a { background-color: rgb(54,91,191); }

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

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

 span { border-color: rgb(54,91,191); }

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