Html Css Color HEX #3541BA Cerulean Blue

📋 copy color: '#3541BA'

red 53 ◦ green 65 ◦ blue 186

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

Shades of Cerulean Blue #3541BA

Tints of Cerulean Blue #3541BA

RGB

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

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

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

R = 17.43%
G = 21.38%
B = 61.18%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3541BA (or 0x3541BA) is known color: Cerulean Blue. HEX triplet: 35, 41 and BA. RGB value is (53,65,186). Sum of RGB (Red+Green+Blue) = 53+65+186=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #3541BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541BA is #CABE45. Grayscale: #4A4A4A. Windows color (decimal): -13286982 or 12206389. OLE color: 12206389.

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

Color convert

RGB 53 65 186 -
CMYK 0.72 0.65 0 0.27
HSL 234.59º 0.56% 0.47% -
HSV(B) 234.59º 0.72% 0.73% -
XYZ 12.22 8.08 47.37 -
YUV 75.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 53 65 186 0.72 0.65 0 0.27 234.59 0.56 0.47
Hex 35 41 BA 48 41 0 1B EB 38 2F
Octal 65 101 272 110 101 0 33 353 70 57
Binary 110101 1000001 10111010 1001000 1000001 0 11011 11101011 111000 101111

Color Harmonies of #3541BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3541BA

Black with #3541BA

Text Example


Text Example

White with #3541BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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