Html Css Color HEX #3544BD Cerulean Blue

📋 copy color: '#3544BD'

red 53 ◦ green 68 ◦ blue 189

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

Shades of Cerulean Blue #3544BD

Tints of Cerulean Blue #3544BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 17.1%
G = 21.94%
B = 60.97%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3544BD (or 0x3544BD) is known color: Cerulean Blue. HEX triplet: 35, 44 and BD. RGB value is (53,68,189). Sum of RGB (Red+Green+Blue) = 53+68+189=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #3544BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3544BD is #CABB42. Grayscale: #4C4C4C. Windows color (decimal): -13286211 or 12403765. OLE color: 12403765.

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

Color convert

RGB 53 68 189 -
CMYK 0.72 0.64 0 0.26
HSL 233.38º 0.56% 0.47% -
HSV(B) 233.38º 0.72% 0.74% -
XYZ 12.72 8.57 49.13 -
YUV 77.31 191.03 110.66 -
System Red Green Blue C M Y K H S L
Decimal 53 68 189 0.72 0.64 0 0.26 233.38 0.56 0.47
Hex 35 44 BD 48 40 0 1A E9 38 2F
Octal 65 104 275 110 100 0 32 351 70 57
Binary 110101 1000100 10111101 1001000 1000000 0 11010 11101001 111000 101111

Color Harmonies of #3544BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3544BD

Black with #3544BD

Text Example


Text Example

White with #3544BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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