#3565C1

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

Shades of Cerulean Blue #3565C1

Tints of Cerulean Blue #3565C1

Color information

#3565C1 (or 0x3565C1) is unknown color: approx Cerulean Blue. HEX triplet: 35, 65 and C1. RGB value is (53,101,193). Sum of RGB (Red+Green+Blue) = 53+101+193=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #3565C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565C1 is #CA9A3E. Grayscale: #606060. Windows color (decimal): -13277759 or 12674357. OLE color: 12674357.

HSL color Cylindrical-coordinate representation of color #3565C1: hue angle of 219.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3565C1 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53101193-
CMYK0.730.4800.24
HSL219.43º56.91%48.24%-
HSV(B)219.43º72.54%75.69%-
XYZ15.7513.9152.31-
YUV97.14182.196.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 193 (75.78% from 255) = 55.62%
R=15.27%
G=29.11%
B=55.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531011930.730.4800.24219.4356.9148.24
Hex3565C14930018db3930
Octal65145301111600303337160
Binary110101110010111000001100100111000001100011011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3565C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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