Html Css Color HEX #3541BB Cerulean Blue

📋 copy color: '#3541BB'

red 53 ◦ green 65 ◦ blue 187

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

Shades of Cerulean Blue #3541BB

Tints of Cerulean Blue #3541BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 17.38%
G = 21.31%
B = 61.31%

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

#3541BB (or 0x3541BB) is known color: Cerulean Blue. HEX triplet: 35, 41 and BB. RGB value is (53,65,187). Sum of RGB (Red+Green+Blue) = 53+65+187=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #3541BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541BB is #CABE44. Grayscale: #4A4A4A. Windows color (decimal): -13286981 or 12271925. OLE color: 12271925.

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

Color convert

RGB 53 65 187 -
CMYK 0.72 0.65 0 0.27
HSL 234.63º 0.56% 0.47% -
HSV(B) 234.63º 0.72% 0.73% -
XYZ 12.33 8.13 47.93 -
YUV 75.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 53 65 187 0.72 0.65 0 0.27 234.63 0.56 0.47
Hex 35 41 BB 48 41 0 1B EB 38 2F
Octal 65 101 273 110 101 0 33 353 70 57
Binary 110101 1000001 10111011 1001000 1000001 0 11011 11101011 111000 101111

Color Harmonies of #3541BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3541BB

Black with #3541BB

Text Example


Text Example

White with #3541BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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