Html Css Color HEX #3048AA Cerulean Blue

📋 copy color: '#3048AA'

red 48 ◦ green 72 ◦ blue 170

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

Shades of Cerulean Blue #3048AA

Tints of Cerulean Blue #3048AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 16.55%
G = 24.83%
B = 58.62%

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

#3048AA (or 0x3048AA) is known color: Cerulean Blue. HEX triplet: 30, 48 and AA. RGB value is (48,72,170). Sum of RGB (Red+Green+Blue) = 48+72+170=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #3048AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3048AA is #CFB755. Grayscale: #4B4B4B. Windows color (decimal): -13612886 or 11159600. OLE color: 11159600.

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

Color convert

RGB 48 72 170 -
CMYK 0.72 0.58 0 0.33
HSL 228.2º 0.56% 0.43% -
HSV(B) 228.2º 0.72% 0.67% -
XYZ 10.79 8.17 39.04 -
YUV 76 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 48 72 170 0.72 0.58 0 0.33 228.2 0.56 0.43
Hex 30 48 AA 48 3A 0 21 E4 38 2B
Octal 60 110 252 110 72 0 41 344 70 53
Binary 110000 1001000 10101010 1001000 111010 0 100001 11100100 111000 101011

Color Harmonies of #3048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3048AA

Black with #3048AA

Text Example


Text Example

White with #3048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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