Html Css Color HEX #3540BF Cerulean Blue

📋 copy color: '#3540BF'

red 53 ◦ green 64 ◦ blue 191

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

Shades of Cerulean Blue #3540BF

Tints of Cerulean Blue #3540BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

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

R = 17.21%
G = 20.78%
B = 62.01%

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

#3540BF (or 0x3540BF) is known color: Cerulean Blue. HEX triplet: 35, 40 and BF. RGB value is (53,64,191). Sum of RGB (Red+Green+Blue) = 53+64+191=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #3540BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540BF is #CABF40. Grayscale: #4A4A4A. Windows color (decimal): -13287233 or 12533813. OLE color: 12533813.

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

Color convert

RGB 53 64 191 -
CMYK 0.72 0.66 0 0.25
HSL 235.22º 0.57% 0.48% -
HSV(B) 235.22º 0.72% 0.75% -
XYZ 12.71 8.19 50.2 -
YUV 75.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 53 64 191 0.72 0.66 0 0.25 235.22 0.57 0.48
Hex 35 40 BF 48 42 0 19 EB 39 30
Octal 65 100 277 110 102 0 31 353 71 60
Binary 110101 1000000 10111111 1001000 1000010 0 11001 11101011 111001 110000

Color Harmonies of #3540BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3540BF

Black with #3540BF

Text Example


Text Example

White with #3540BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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