Html Css Color HEX #3149AD Cerulean Blue

📋 copy color: '#3149AD'

red 49 ◦ green 73 ◦ blue 173

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

Shades of Cerulean Blue #3149AD

Tints of Cerulean Blue #3149AD

RGB

 RED value IS 49 (19.53% from 255) = 16.61%

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

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

R = 16.61%
G = 24.75%
B = 58.64%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3149AD (or 0x3149AD) is known color: Cerulean Blue. HEX triplet: 31, 49 and AD. RGB value is (49,73,173). Sum of RGB (Red+Green+Blue) = 49+73+173=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3149AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3149AD is #CEB652. Grayscale: #4C4C4C. Windows color (decimal): -13547091 or 11356465. OLE color: 11356465.

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

Color convert

RGB 49 73 173 -
CMYK 0.72 0.58 0 0.32
HSL 228.39º 0.56% 0.44% -
HSV(B) 228.39º 0.72% 0.68% -
XYZ 11.19 8.44 40.57 -
YUV 77.22 182.05 107.87 -
System Red Green Blue C M Y K H S L
Decimal 49 73 173 0.72 0.58 0 0.32 228.39 0.56 0.44
Hex 31 49 AD 48 3A 0 20 E4 38 2C
Octal 61 111 255 110 72 0 40 344 70 54
Binary 110001 1001001 10101101 1001000 111010 0 100000 11100100 111000 101100

Color Harmonies of #3149AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149AD

Black with #3149AD

Text Example


Text Example

White with #3149AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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