Html Css Color HEX #3149AC Cerulean Blue

📋 copy color: '#3149AC'

red 49 ◦ green 73 ◦ blue 172

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

Shades of Cerulean Blue #3149AC

Tints of Cerulean Blue #3149AC

RGB

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

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

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

R = 16.67%
G = 24.83%
B = 58.5%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3149AC (or 0x3149AC) is known color: Cerulean Blue. HEX triplet: 31, 49 and AC. RGB value is (49,73,172). Sum of RGB (Red+Green+Blue) = 49+73+172=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #3149AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3149AC is #CEB653. Grayscale: #4C4C4C. Windows color (decimal): -13547092 or 11290929. OLE color: 11290929.

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

Color convert

RGB 49 73 172 -
CMYK 0.72 0.58 0 0.33
HSL 228.29º 0.56% 0.43% -
HSV(B) 228.29º 0.72% 0.67% -
XYZ 11.1 8.4 40.07 -
YUV 77.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 49 73 172 0.72 0.58 0 0.33 228.29 0.56 0.43
Hex 31 49 AC 48 3A 0 21 E4 38 2B
Octal 61 111 254 110 72 0 41 344 70 53
Binary 110001 1001001 10101100 1001000 111010 0 100001 11100100 111000 101011

Color Harmonies of #3149AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149AC

Black with #3149AC

Text Example


Text Example

White with #3149AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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