Html Css Color HEX #3560BC Cerulean Blue

📋 copy color: '#3560BC'

red 53 ◦ green 96 ◦ blue 188

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

Shades of Cerulean Blue #3560BC

Tints of Cerulean Blue #3560BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.79%

R = 15.73%
G = 28.49%
B = 55.79%

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

#3560BC (or 0x3560BC) is known color: Cerulean Blue. HEX triplet: 35, 60 and BC. RGB value is (53,96,188). Sum of RGB (Red+Green+Blue) = 53+96+188=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #3560BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560BC is #CA9F43. Grayscale: #5D5D5D. Windows color (decimal): -13279044 or 12345397. OLE color: 12345397.

HSL color Cylindrical-coordinate representation of color #3560BC: hue angle of 220.89º 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 #3560BC is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 96 188 -
CMYK 0.72 0.49 0 0.26
HSL 220.89º 0.56% 0.47% -
HSV(B) 220.89º 0.72% 0.74% -
XYZ 14.73 12.75 49.26 -
YUV 93.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 53 96 188 0.72 0.49 0 0.26 220.89 0.56 0.47
Hex 35 60 BC 48 31 0 1A DD 38 2F
Octal 65 140 274 110 61 0 32 335 70 57
Binary 110101 1100000 10111100 1001000 110001 0 11010 11011101 111000 101111

Color Harmonies of #3560BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3560BC

Black with #3560BC

Text Example


Text Example

White with #3560BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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