Html Css Color HEX #3150AC Cerulean Blue

📋 copy color: '#3150AC'

red 49 ◦ green 80 ◦ blue 172

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

Shades of Cerulean Blue #3150AC

Tints of Cerulean Blue #3150AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 16.28%
G = 26.58%
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

#3150AC (or 0x3150AC) is known color: Cerulean Blue. HEX triplet: 31, 50 and AC. RGB value is (49,80,172). Sum of RGB (Red+Green+Blue) = 49+80+172=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 80 (31.64% from 255 or 26.58% 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 #3150AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3150AC is #CEAF53. Grayscale: #505050. Windows color (decimal): -13545300 or 11292721. OLE color: 11292721.

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

Color convert

RGB 49 80 172 -
CMYK 0.72 0.53 0 0.33
HSL 224.88º 0.56% 0.43% -
HSV(B) 224.88º 0.72% 0.67% -
XYZ 11.58 9.37 40.23 -
YUV 81.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 49 80 172 0.72 0.53 0 0.33 224.88 0.56 0.43
Hex 31 50 AC 48 35 0 21 E1 38 2B
Octal 61 120 254 110 65 0 41 341 70 53
Binary 110001 1010000 10101100 1001000 110101 0 100001 11100001 111000 101011

Color Harmonies of #3150AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150AC

Black with #3150AC

Text Example


Text Example

White with #3150AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,80,172); }

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

background-color css

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

 a { background-color: rgb(49,80,172); }

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

border-color css

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

 span { border-color: rgb(49,80,172); }

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