Html Css Color HEX #3564BB Cerulean Blue

📋 copy color: '#3564BB'

red 53 ◦ green 100 ◦ blue 187

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

Shades of Cerulean Blue #3564BB

Tints of Cerulean Blue #3564BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 187 (73.44% from 255) = 55%

R = 15.59%
G = 29.41%
B = 55%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3564BB (or 0x3564BB) is known color: Cerulean Blue. HEX triplet: 35, 64 and BB. RGB value is (53,100,187). Sum of RGB (Red+Green+Blue) = 53+100+187=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #3564BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564BB is #CA9B44. Grayscale: #5F5F5F. Windows color (decimal): -13278021 or 12280885. OLE color: 12280885.

HSL color Cylindrical-coordinate representation of color #3564BB: hue angle of 218.96º 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 #3564BB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 100 187 -
CMYK 0.72 0.47 0 0.27
HSL 218.96º 0.56% 0.47% -
HSV(B) 218.96º 0.72% 0.73% -
XYZ 15 13.46 48.82 -
YUV 95.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 53 100 187 0.72 0.47 0 0.27 218.96 0.56 0.47
Hex 35 64 BB 48 2F 0 1B DB 38 2F
Octal 65 144 273 110 57 0 33 333 70 57
Binary 110101 1100100 10111011 1001000 101111 0 11011 11011011 111000 101111

Color Harmonies of #3564BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564BB

Black with #3564BB

Text Example


Text Example

White with #3564BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3564BB; }

 p { color: rgb(53,100,187); }

 H1.HeaderClassName
 {
   color: #3564BB;
 }
 .AnyTagClassName
 {
   color: #3564BB;
 }
</style>

background-color css

<style>
 a { background-color: #3564BB; }

 a { background-color: rgb(53,100,187); }

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

border-color css

<style>
 span { border-color: #3564BB; }

 span { border-color: rgb(53,100,187); }

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