Html Css Color HEX #3146AB Cerulean Blue

📋 copy color: '#3146AB'

red 49 ◦ green 70 ◦ blue 171

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

Shades of Cerulean Blue #3146AB

Tints of Cerulean Blue #3146AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 16.9%
G = 24.14%
B = 58.97%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3146AB (or 0x3146AB) is known color: Cerulean Blue. HEX triplet: 31, 46 and AB. RGB value is (49,70,171). Sum of RGB (Red+Green+Blue) = 49+70+171=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #3146AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3146AB is #CEB954. Grayscale: #4A4A4A. Windows color (decimal): -13547861 or 11224625. OLE color: 11224625.

HSL color Cylindrical-coordinate representation of color #3146AB: hue angle of 229.67º 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 #3146AB is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 70 171 -
CMYK 0.71 0.59 0 0.33
HSL 229.67º 0.55% 0.43% -
HSV(B) 229.67º 0.71% 0.67% -
XYZ 10.81 7.97 39.5 -
YUV 75.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 49 70 171 0.71 0.59 0 0.33 229.67 0.55 0.43
Hex 31 46 AB 47 3B 0 21 E6 37 2B
Octal 61 106 253 107 73 0 41 346 67 53
Binary 110001 1000110 10101011 1000111 111011 0 100001 11100110 110111 101011

Color Harmonies of #3146AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3146AB

Black with #3146AB

Text Example


Text Example

White with #3146AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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