Html Css Color HEX #3541BD Cerulean Blue

📋 copy color: '#3541BD'

red 53 ◦ green 65 ◦ blue 189

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

Shades of Cerulean Blue #3541BD

Tints of Cerulean Blue #3541BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 17.26%
G = 21.17%
B = 61.56%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3541BD (or 0x3541BD) is known color: Cerulean Blue. HEX triplet: 35, 41 and BD. RGB value is (53,65,189). Sum of RGB (Red+Green+Blue) = 53+65+189=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #3541BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541BD is #CABE42. Grayscale: #4B4B4B. Windows color (decimal): -13286979 or 12402997. OLE color: 12402997.

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

Color convert

RGB 53 65 189 -
CMYK 0.72 0.66 0 0.26
HSL 234.71º 0.56% 0.47% -
HSV(B) 234.71º 0.72% 0.74% -
XYZ 12.54 8.21 49.07 -
YUV 75.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 53 65 189 0.72 0.66 0 0.26 234.71 0.56 0.47
Hex 35 41 BD 48 42 0 1A EB 38 2F
Octal 65 101 275 110 102 0 32 353 70 57
Binary 110101 1000001 10111101 1001000 1000010 0 11010 11101011 111000 101111

Color Harmonies of #3541BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3541BD

Black with #3541BD

Text Example


Text Example

White with #3541BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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