Html Css Color HEX #3150AB Cerulean Blue

📋 copy color: '#3150AB'

red 49 ◦ green 80 ◦ blue 171

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

Shades of Cerulean Blue #3150AB

Tints of Cerulean Blue #3150AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57%

R = 16.33%
G = 26.67%
B = 57%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3150AB (or 0x3150AB) is known color: Cerulean Blue. HEX triplet: 31, 50 and AB. RGB value is (49,80,171). Sum of RGB (Red+Green+Blue) = 49+80+171=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #3150AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3150AB is #CEAF54. Grayscale: #505050. Windows color (decimal): -13545301 or 11227185. OLE color: 11227185.

HSL color Cylindrical-coordinate representation of color #3150AB: hue angle of 224.75º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3150AB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 80 171 -
CMYK 0.71 0.53 0 0.33
HSL 224.75º 0.55% 0.43% -
HSV(B) 224.75º 0.71% 0.67% -
XYZ 11.49 9.33 39.72 -
YUV 81.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 49 80 171 0.71 0.53 0 0.33 224.75 0.55 0.43
Hex 31 50 AB 47 35 0 21 E1 37 2B
Octal 61 120 253 107 65 0 41 341 67 53
Binary 110001 1010000 10101011 1000111 110101 0 100001 11100001 110111 101011

Color Harmonies of #3150AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150AB

Black with #3150AB

Text Example


Text Example

White with #3150AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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