Html Css Color HEX #3546AD Cerulean Blue

📋 copy color: '#3546AD'

red 53 ◦ green 70 ◦ blue 173

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

Shades of Cerulean Blue #3546AD

Tints of Cerulean Blue #3546AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 17.91%
G = 23.65%
B = 58.45%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3546AD (or 0x3546AD) is known color: Cerulean Blue. HEX triplet: 35, 46 and AD. RGB value is (53,70,173). Sum of RGB (Red+Green+Blue) = 53+70+173=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #3546AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3546AD is #CAB952. Grayscale: #4C4C4C. Windows color (decimal): -13285715 or 11355701. OLE color: 11355701.

HSL color Cylindrical-coordinate representation of color #3546AD: hue angle of 231.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 #3546AD is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 70 173 -
CMYK 0.69 0.60 0 0.32
HSL 231.5º 0.53% 0.44% -
HSV(B) 231.5º 0.69% 0.68% -
XYZ 11.2 8.15 40.52 -
YUV 76.66 182.37 111.12 -
System Red Green Blue C M Y K H S L
Decimal 53 70 173 0.69 0.60 0 0.32 231.5 0.53 0.44
Hex 35 46 AD 45 3C 0 20 E8 35 2C
Octal 65 106 255 105 74 0 40 350 65 54
Binary 110101 1000110 10101101 1000101 111100 0 100000 11101000 110101 101100

Color Harmonies of #3546AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3546AD

Black with #3546AD

Text Example


Text Example

White with #3546AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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