Html Css Color HEX #3149BC Cerulean Blue

📋 copy color: '#3149BC'

red 49 ◦ green 73 ◦ blue 188

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

Shades of Cerulean Blue #3149BC

Tints of Cerulean Blue #3149BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.55%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 15.81%
G = 23.55%
B = 60.65%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3149BC (or 0x3149BC) is known color: Cerulean Blue. HEX triplet: 31, 49 and BC. RGB value is (49,73,188). Sum of RGB (Red+Green+Blue) = 49+73+188=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #3149BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149BC is #CEB643. Grayscale: #4E4E4E. Windows color (decimal): -13547076 or 12339505. OLE color: 12339505.

HSL color Cylindrical-coordinate representation of color #3149BC: hue angle of 229.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3149BC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 73 188 -
CMYK 0.74 0.61 0 0.26
HSL 229.64º 0.59% 0.46% -
HSV(B) 229.64º 0.74% 0.74% -
XYZ 12.73 9.05 48.65 -
YUV 78.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 49 73 188 0.74 0.61 0 0.26 229.64 0.59 0.46
Hex 31 49 BC 4A 3D 0 1A E6 3B 2E
Octal 61 111 274 112 75 0 32 346 73 56
Binary 110001 1001001 10111100 1001010 111101 0 11010 11100110 111011 101110

Color Harmonies of #3149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149BC

Black with #3149BC

Text Example


Text Example

White with #3149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3149BC; }

 p { color: rgb(49,73,188); }

 H1.HeaderClassName
 {
   color: #3149BC;
 }
 .AnyTagClassName
 {
   color: #3149BC;
 }
</style>

background-color css

<style>
 a { background-color: #3149BC; }

 a { background-color: rgb(49,73,188); }

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

border-color css

<style>
 span { border-color: #3149BC; }

 span { border-color: rgb(49,73,188); }

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