Html Css Color HEX #3546AC Cerulean Blue

📋 copy color: '#3546AC'

red 53 ◦ green 70 ◦ blue 172

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

Shades of Cerulean Blue #3546AC

Tints of Cerulean Blue #3546AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 17.97%
G = 23.73%
B = 58.31%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3546AC (or 0x3546AC) is known color: Cerulean Blue. HEX triplet: 35, 46 and AC. RGB value is (53,70,172). Sum of RGB (Red+Green+Blue) = 53+70+172=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #3546AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3546AC is #CAB953. Grayscale: #4C4C4C. Windows color (decimal): -13285716 or 11290165. OLE color: 11290165.

HSL color Cylindrical-coordinate representation of color #3546AC: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3546AC is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 70 172 -
CMYK 0.69 0.59 0 0.33
HSL 231.43º 0.53% 0.44% -
HSV(B) 231.43º 0.69% 0.67% -
XYZ 11.1 8.12 40.01 -
YUV 76.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 53 70 172 0.69 0.59 0 0.33 231.43 0.53 0.44
Hex 35 46 AC 45 3B 0 21 E7 35 2C
Octal 65 106 254 105 73 0 41 347 65 54
Binary 110101 1000110 10101100 1000101 111011 0 100001 11100111 110101 101100

Color Harmonies of #3546AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3546AC

Black with #3546AC

Text Example


Text Example

White with #3546AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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