Html Css Color HEX #3542BD Cerulean Blue

📋 copy color: '#3542BD'

red 53 ◦ green 66 ◦ blue 189

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

Shades of Cerulean Blue #3542BD

Tints of Cerulean Blue #3542BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 17.21%
G = 21.43%
B = 61.36%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3542BD (or 0x3542BD) is known color: Cerulean Blue. HEX triplet: 35, 42 and BD. RGB value is (53,66,189). Sum of RGB (Red+Green+Blue) = 53+66+189=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #3542BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3542BD is #CABD42. Grayscale: #4B4B4B. Windows color (decimal): -13286723 or 12403253. OLE color: 12403253.

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

Color convert

RGB 53 66 189 -
CMYK 0.72 0.65 0 0.26
HSL 234.26º 0.56% 0.47% -
HSV(B) 234.26º 0.72% 0.74% -
XYZ 12.6 8.33 49.09 -
YUV 76.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 53 66 189 0.72 0.65 0 0.26 234.26 0.56 0.47
Hex 35 42 BD 48 41 0 1A EA 38 2F
Octal 65 102 275 110 101 0 32 352 70 57
Binary 110101 1000010 10111101 1001000 1000001 0 11010 11101010 111000 101111

Color Harmonies of #3542BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3542BD

Black with #3542BD

Text Example


Text Example

White with #3542BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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