Html Css Color HEX #3051AC Cerulean Blue

📋 copy color: '#3051AC'

red 48 ◦ green 81 ◦ blue 172

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

Shades of Cerulean Blue #3051AC

Tints of Cerulean Blue #3051AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 15.95%
G = 26.91%
B = 57.14%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3051AC (or 0x3051AC) is known color: Cerulean Blue. HEX triplet: 30, 51 and AC. RGB value is (48,81,172). Sum of RGB (Red+Green+Blue) = 48+81+172=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #3051AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3051AC is #CFAE53. Grayscale: #515151. Windows color (decimal): -13610580 or 11292976. OLE color: 11292976.

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

Color convert

RGB 48 81 172 -
CMYK 0.72 0.53 0 0.33
HSL 224.03º 0.56% 0.43% -
HSV(B) 224.03º 0.72% 0.67% -
XYZ 11.61 9.49 40.25 -
YUV 81.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 48 81 172 0.72 0.53 0 0.33 224.03 0.56 0.43
Hex 30 51 AC 48 35 0 21 E0 38 2B
Octal 60 121 254 110 65 0 41 340 70 53
Binary 110000 1010001 10101100 1001000 110101 0 100001 11100000 111000 101011

Color Harmonies of #3051AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3051AC

Black with #3051AC

Text Example


Text Example

White with #3051AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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