Html Css Color HEX #3049AA Cerulean Blue

📋 copy color: '#3049AA'

red 48 ◦ green 73 ◦ blue 170

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

Shades of Cerulean Blue #3049AA

Tints of Cerulean Blue #3049AA

RGB

 RED value IS 48 (19.14% from 255) = 16.49%

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

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

R = 16.49%
G = 25.09%
B = 58.42%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3049AA (or 0x3049AA) is known color: Cerulean Blue. HEX triplet: 30, 49 and AA. RGB value is (48,73,170). Sum of RGB (Red+Green+Blue) = 48+73+170=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #3049AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3049AA is #CFB655. Grayscale: #4C4C4C. Windows color (decimal): -13612630 or 11159856. OLE color: 11159856.

HSL color Cylindrical-coordinate representation of color #3049AA: hue angle of 227.7º 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 #3049AA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 73 170 -
CMYK 0.72 0.57 0 0.33
HSL 227.7º 0.56% 0.43% -
HSV(B) 227.7º 0.72% 0.67% -
XYZ 10.86 8.3 39.06 -
YUV 76.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 48 73 170 0.72 0.57 0 0.33 227.7 0.56 0.43
Hex 30 49 AA 48 39 0 21 E4 38 2B
Octal 60 111 252 110 71 0 41 344 70 53
Binary 110000 1001001 10101010 1001000 111001 0 100001 11100100 111000 101011

Color Harmonies of #3049AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3049AA

Black with #3049AA

Text Example


Text Example

White with #3049AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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