Html Css Color HEX #3542AD Cerulean Blue

📋 copy color: '#3542AD'

red 53 ◦ green 66 ◦ blue 173

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

Shades of Cerulean Blue #3542AD

Tints of Cerulean Blue #3542AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 18.15%
G = 22.6%
B = 59.25%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3542AD (or 0x3542AD) is known color: Cerulean Blue. HEX triplet: 35, 42 and AD. RGB value is (53,66,173). Sum of RGB (Red+Green+Blue) = 53+66+173=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #3542AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3542AD is #CABD52. Grayscale: #494949. Windows color (decimal): -13286739 or 11354677. OLE color: 11354677.

HSL color Cylindrical-coordinate representation of color #3542AD: hue angle of 233.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3542AD is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 66 173 -
CMYK 0.69 0.62 0 0.32
HSL 233.5º 0.53% 0.44% -
HSV(B) 233.5º 0.69% 0.68% -
XYZ 10.96 7.67 40.44 -
YUV 74.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 53 66 173 0.69 0.62 0 0.32 233.5 0.53 0.44
Hex 35 42 AD 45 3E 0 20 EA 35 2C
Octal 65 102 255 105 76 0 40 352 65 54
Binary 110101 1000010 10101101 1000101 111110 0 100000 11101010 110101 101100

Color Harmonies of #3542AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3542AD

Black with #3542AD

Text Example


Text Example

White with #3542AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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