Html Css Color HEX #3541BF Cerulean Blue

📋 copy color: '#3541BF'

red 53 ◦ green 65 ◦ blue 191

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

Shades of Cerulean Blue #3541BF

Tints of Cerulean Blue #3541BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.81%

R = 17.15%
G = 21.04%
B = 61.81%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3541BF (or 0x3541BF) is known color: Cerulean Blue. HEX triplet: 35, 41 and BF. RGB value is (53,65,191). Sum of RGB (Red+Green+Blue) = 53+65+191=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #3541BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541BF is #CABE40. Grayscale: #4B4B4B. Windows color (decimal): -13286977 or 12534069. OLE color: 12534069.

HSL color Cylindrical-coordinate representation of color #3541BF: hue angle of 234.78º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3541BF is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 65 191 -
CMYK 0.72 0.66 0 0.25
HSL 234.78º 0.57% 0.48% -
HSV(B) 234.78º 0.72% 0.75% -
XYZ 12.76 8.3 50.22 -
YUV 75.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 53 65 191 0.72 0.66 0 0.25 234.78 0.57 0.48
Hex 35 41 BF 48 42 0 19 EB 39 30
Octal 65 101 277 110 102 0 31 353 71 60
Binary 110101 1000001 10111111 1001000 1000010 0 11001 11101011 111001 110000

Color Harmonies of #3541BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3541BF

Black with #3541BF

Text Example


Text Example

White with #3541BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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