Html Css Color HEX #3146AA Cerulean Blue

📋 copy color: '#3146AA'

red 49 ◦ green 70 ◦ blue 170

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

Shades of Cerulean Blue #3146AA

Tints of Cerulean Blue #3146AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 16.96%
G = 24.22%
B = 58.82%

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

#3146AA (or 0x3146AA) is known color: Cerulean Blue. HEX triplet: 31, 46 and AA. RGB value is (49,70,170). Sum of RGB (Red+Green+Blue) = 49+70+170=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #3146AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3146AA is #CEB955. Grayscale: #4A4A4A. Windows color (decimal): -13547862 or 11159089. OLE color: 11159089.

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

Color convert

RGB 49 70 170 -
CMYK 0.71 0.59 0 0.33
HSL 229.59º 0.55% 0.43% -
HSV(B) 229.59º 0.71% 0.67% -
XYZ 10.71 7.94 39 -
YUV 75.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 49 70 170 0.71 0.59 0 0.33 229.59 0.55 0.43
Hex 31 46 AA 47 3B 0 21 E6 37 2B
Octal 61 106 252 107 73 0 41 346 67 53
Binary 110001 1000110 10101010 1000111 111011 0 100001 11100110 110111 101011

Color Harmonies of #3146AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3146AA

Black with #3146AA

Text Example


Text Example

White with #3146AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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