Html Css Color HEX #3054AC Cerulean Blue

📋 copy color: '#3054AC'

red 48 ◦ green 84 ◦ blue 172

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

Shades of Cerulean Blue #3054AC

Tints of Cerulean Blue #3054AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 15.79%
G = 27.63%
B = 56.58%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3054AC (or 0x3054AC) is known color: Cerulean Blue. HEX triplet: 30, 54 and AC. RGB value is (48,84,172). Sum of RGB (Red+Green+Blue) = 48+84+172=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #3054AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3054AC is #CFAB53. Grayscale: #525252. Windows color (decimal): -13609812 or 11293744. OLE color: 11293744.

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

Color convert

RGB 48 84 172 -
CMYK 0.72 0.51 0 0.33
HSL 222.58º 0.56% 0.43% -
HSV(B) 222.58º 0.72% 0.67% -
XYZ 11.84 9.95 40.33 -
YUV 83.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 48 84 172 0.72 0.51 0 0.33 222.58 0.56 0.43
Hex 30 54 AC 48 33 0 21 DF 38 2B
Octal 60 124 254 110 63 0 41 337 70 53
Binary 110000 1010100 10101100 1001000 110011 0 100001 11011111 111000 101011

Color Harmonies of #3054AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3054AC

Black with #3054AC

Text Example


Text Example

White with #3054AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,84,172); }

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

background-color css

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

 a { background-color: rgb(48,84,172); }

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

border-color css

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

 span { border-color: rgb(48,84,172); }

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