Html Css Color HEX #3560BD Cerulean Blue

📋 copy color: '#3560BD'

red 53 ◦ green 96 ◦ blue 189

#3560BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3560BD

Tints of Cerulean Blue #3560BD

RGB

 RED value IS 53 (21.09% from 255) = 15.68%

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 15.68%
G = 28.4%
B = 55.92%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3560BD (or 0x3560BD) is known color: Cerulean Blue. HEX triplet: 35, 60 and BD. RGB value is (53,96,189). Sum of RGB (Red+Green+Blue) = 53+96+189=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #3560BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560BD is #CA9F42. Grayscale: #5D5D5D. Windows color (decimal): -13279043 or 12410933. OLE color: 12410933.

HSL color Cylindrical-coordinate representation of color #3560BD: hue angle of 221.03º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3560BD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 96 189 -
CMYK 0.72 0.49 0 0.26
HSL 221.03º 0.56% 0.47% -
HSV(B) 221.03º 0.72% 0.74% -
XYZ 14.84 12.8 49.83 -
YUV 93.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 53 96 189 0.72 0.49 0 0.26 221.03 0.56 0.47
Hex 35 60 BD 48 31 0 1A DD 38 2F
Octal 65 140 275 110 61 0 32 335 70 57
Binary 110101 1100000 10111101 1001000 110001 0 11010 11011101 111000 101111

Color Harmonies of #3560BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3560BD

Black with #3560BD

Text Example


Text Example

White with #3560BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3560BD; }

 p { color: rgb(53,96,189); }

 H1.HeaderClassName
 {
   color: #3560BD;
 }
 .AnyTagClassName
 {
   color: #3560BD;
 }
</style>

background-color css

<style>
 a { background-color: #3560BD; }

 a { background-color: rgb(53,96,189); }

 div.DivClassName
 {
   background-color: #3560BD;
 }
 .BgClassName
 {
   background-color: #3560BD;
 }
</style>

border-color css

<style>
 span { border-color: #3560BD; }

 span { border-color: rgb(53,96,189); }

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