Html Css Color HEX #3150AD Cerulean Blue

📋 copy color: '#3150AD'

red 49 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #3150AD

Tints of Cerulean Blue #3150AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.28%

R = 16.23%
G = 26.49%
B = 57.28%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3150AD (or 0x3150AD) is known color: Cerulean Blue. HEX triplet: 31, 50 and AD. RGB value is (49,80,173). Sum of RGB (Red+Green+Blue) = 49+80+173=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #3150AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3150AD is #CEAF52. Grayscale: #505050. Windows color (decimal): -13545299 or 11358257. OLE color: 11358257.

HSL color Cylindrical-coordinate representation of color #3150AD: hue angle of 225º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3150AD is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 80 173 -
CMYK 0.72 0.54 0 0.32
HSL 225º 0.56% 0.44% -
HSV(B) 225º 0.72% 0.68% -
XYZ 11.68 9.41 40.74 -
YUV 81.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 49 80 173 0.72 0.54 0 0.32 225 0.56 0.44
Hex 31 50 AD 48 36 0 20 E1 38 2C
Octal 61 120 255 110 66 0 40 341 70 54
Binary 110001 1010000 10101101 1001000 110110 0 100000 11100001 111000 101100

Color Harmonies of #3150AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150AD

Black with #3150AD

Text Example


Text Example

White with #3150AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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