Html Css Color HEX #3149AA Cerulean Blue

📋 copy color: '#3149AA'

red 49 ◦ green 73 ◦ blue 170

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

Shades of Cerulean Blue #3149AA

Tints of Cerulean Blue #3149AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.22%

R = 16.78%
G = 25%
B = 58.22%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3149AA (or 0x3149AA) is known color: Cerulean Blue. HEX triplet: 31, 49 and AA. RGB value is (49,73,170). Sum of RGB (Red+Green+Blue) = 49+73+170=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #3149AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3149AA is #CEB655. Grayscale: #4C4C4C. Windows color (decimal): -13547094 or 11159857. OLE color: 11159857.

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

Color convert

RGB 49 73 170 -
CMYK 0.71 0.57 0 0.33
HSL 228.1º 0.55% 0.43% -
HSV(B) 228.1º 0.71% 0.67% -
XYZ 10.9 8.32 39.06 -
YUV 76.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 49 73 170 0.71 0.57 0 0.33 228.1 0.55 0.43
Hex 31 49 AA 47 39 0 21 E4 37 2B
Octal 61 111 252 107 71 0 41 344 67 53
Binary 110001 1001001 10101010 1000111 111001 0 100001 11100100 110111 101011

Color Harmonies of #3149AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149AA

Black with #3149AA

Text Example


Text Example

White with #3149AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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