#3565BF

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

Shades of Cerulean Blue #3565BF

Tints of Cerulean Blue #3565BF

Color information

#3565BF (or 0x3565BF) is unknown color: approx Cerulean Blue. HEX triplet: 35, 65 and BF. RGB value is (53,101,191). Sum of RGB (Red+Green+Blue) = 53+101+191=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3565BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565BF is #CA9A40. Grayscale: #606060. Windows color (decimal): -13277761 or 12543285. OLE color: 12543285.

HSL color Cylindrical-coordinate representation of color #3565BF: hue angle of 219.13º degrees, saturation: 0.57, 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 #3565BF is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53101191-
CMYK0.720.4700.25
HSL219.13º56.56%47.84%-
HSV(B)219.13º72.25%74.9%-
XYZ15.5313.8351.14-
YUV96.91181.196.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 191 (75% from 255) = 55.36%
R=15.36%
G=29.28%
B=55.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531011910.720.4700.25219.1356.5647.84
Hex3565BF482F019db3930
Octal65145277110570313337160
Binary110101110010110111111100100010111101100111011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3565BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3565BF; }

 p { color: rgb(53,101,191); }

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

<style>
 a { background-color: #3565BF; }

 a { background-color: rgb(53,101,191); }

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

<style>
 span { border-color: #3565BF; }

 span { border-color: rgb(53,101,191); }

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