Html Css Color HEX #3547BA Cerulean Blue

📋 copy color: '#3547BA'

red 53 ◦ green 71 ◦ blue 186

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

Shades of Cerulean Blue #3547BA

Tints of Cerulean Blue #3547BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

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

R = 17.1%
G = 22.9%
B = 60%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3547BA (or 0x3547BA) is known color: Cerulean Blue. HEX triplet: 35, 47 and BA. RGB value is (53,71,186). Sum of RGB (Red+Green+Blue) = 53+71+186=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #3547BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3547BA is #CAB845. Grayscale: #4E4E4E. Windows color (decimal): -13285446 or 12207925. OLE color: 12207925.

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

Color convert

RGB 53 71 186 -
CMYK 0.72 0.62 0 0.27
HSL 231.88º 0.56% 0.47% -
HSV(B) 231.88º 0.72% 0.73% -
XYZ 12.58 8.81 47.49 -
YUV 78.73 188.54 109.65 -
System Red Green Blue C M Y K H S L
Decimal 53 71 186 0.72 0.62 0 0.27 231.88 0.56 0.47
Hex 35 47 BA 48 3E 0 1B E8 38 2F
Octal 65 107 272 110 76 0 33 350 70 57
Binary 110101 1000111 10111010 1001000 111110 0 11011 11101000 111000 101111

Color Harmonies of #3547BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3547BA

Black with #3547BA

Text Example


Text Example

White with #3547BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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