Html Css Color HEX #3A50AD Cerulean Blue

📋 copy color: '#3A50AD'

red 58 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #3A50AD

Tints of Cerulean Blue #3A50AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 18.65%
G = 25.72%
B = 55.63%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A50AD (or 0x3A50AD) is known color: Cerulean Blue. HEX triplet: 3A, 50 and AD. RGB value is (58,80,173). Sum of RGB (Red+Green+Blue) = 58+80+173=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A50AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A50AD is #C5AF52. Grayscale: #535353. Windows color (decimal): -12955475 or 11358266. OLE color: 11358266.

HSL color Cylindrical-coordinate representation of color #3A50AD: hue angle of 228.52º 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 #3A50AD is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 80 173 -
CMYK 0.66 0.54 0 0.32
HSL 228.52º 0.5% 0.45% -
HSV(B) 228.52º 0.66% 0.68% -
XYZ 12.16 9.65 40.76 -
YUV 84.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 58 80 173 0.66 0.54 0 0.32 228.52 0.5 0.45
Hex 3A 50 AD 42 36 0 20 E5 32 2D
Octal 72 120 255 102 66 0 40 345 62 55
Binary 111010 1010000 10101101 1000010 110110 0 100000 11100101 110010 101101

Color Harmonies of #3A50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A50AD

Black with #3A50AD

Text Example


Text Example

White with #3A50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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