Html Css Color HEX #3566BA Cerulean Blue

📋 copy color: '#3566BA'

red 53 ◦ green 102 ◦ blue 186

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

Shades of Cerulean Blue #3566BA

Tints of Cerulean Blue #3566BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 15.54%
G = 29.91%
B = 54.55%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3566BA (or 0x3566BA) is known color: Cerulean Blue. HEX triplet: 35, 66 and BA. RGB value is (53,102,186). Sum of RGB (Red+Green+Blue) = 53+102+186=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #3566BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566BA is #CA9945. Grayscale: #606060. Windows color (decimal): -13277510 or 12215861. OLE color: 12215861.

HSL color Cylindrical-coordinate representation of color #3566BA: hue angle of 217.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3566BA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 102 186 -
CMYK 0.72 0.45 0 0.27
HSL 217.89º 0.56% 0.47% -
HSV(B) 217.89º 0.72% 0.73% -
XYZ 15.08 13.8 48.32 -
YUV 96.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 53 102 186 0.72 0.45 0 0.27 217.89 0.56 0.47
Hex 35 66 BA 48 2D 0 1B DA 38 2F
Octal 65 146 272 110 55 0 33 332 70 57
Binary 110101 1100110 10111010 1001000 101101 0 11011 11011010 111000 101111

Color Harmonies of #3566BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3566BA

Black with #3566BA

Text Example


Text Example

White with #3566BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3566BA; }

 p { color: rgb(53,102,186); }

 H1.HeaderClassName
 {
   color: #3566BA;
 }
 .AnyTagClassName
 {
   color: #3566BA;
 }
</style>

background-color css

<style>
 a { background-color: #3566BA; }

 a { background-color: rgb(53,102,186); }

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

border-color css

<style>
 span { border-color: #3566BA; }

 span { border-color: rgb(53,102,186); }

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