Html Css Color HEX #3A49AD Cerulean Blue

📋 copy color: '#3A49AD'

red 58 ◦ green 73 ◦ blue 173

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

Shades of Cerulean Blue #3A49AD

Tints of Cerulean Blue #3A49AD

RGB

 RED value IS 58 (23.05% from 255) = 19.08%

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 19.08%
G = 24.01%
B = 56.91%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A49AD (or 0x3A49AD) is known color: Cerulean Blue. HEX triplet: 3A, 49 and AD. RGB value is (58,73,173). Sum of RGB (Red+Green+Blue) = 58+73+173=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A49AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A49AD is #C5B652. Grayscale: #4F4F4F. Windows color (decimal): -12957267 or 11356474. OLE color: 11356474.

HSL color Cylindrical-coordinate representation of color #3A49AD: hue angle of 232.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A49AD is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 73 173 -
CMYK 0.66 0.58 0 0.32
HSL 232.17º 0.5% 0.45% -
HSV(B) 232.17º 0.66% 0.68% -
XYZ 11.67 8.68 40.6 -
YUV 79.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 58 73 173 0.66 0.58 0 0.32 232.17 0.5 0.45
Hex 3A 49 AD 42 3A 0 20 E8 32 2D
Octal 72 111 255 102 72 0 40 350 62 55
Binary 111010 1001001 10101101 1000010 111010 0 100000 11101000 110010 101101

Color Harmonies of #3A49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49AD

Black with #3A49AD

Text Example


Text Example

White with #3A49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A49AD; }

 p { color: rgb(58,73,173); }

 H1.HeaderClassName
 {
   color: #3A49AD;
 }
 .AnyTagClassName
 {
   color: #3A49AD;
 }
</style>

background-color css

<style>
 a { background-color: #3A49AD; }

 a { background-color: rgb(58,73,173); }

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

border-color css

<style>
 span { border-color: #3A49AD; }

 span { border-color: rgb(58,73,173); }

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