Html Css Color HEX #3149BD Cerulean Blue

📋 copy color: '#3149BD'

red 49 ◦ green 73 ◦ blue 189

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

Shades of Cerulean Blue #3149BD

Tints of Cerulean Blue #3149BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 15.76%
G = 23.47%
B = 60.77%

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

#3149BD (or 0x3149BD) is known color: Cerulean Blue. HEX triplet: 31, 49 and BD. RGB value is (49,73,189). Sum of RGB (Red+Green+Blue) = 49+73+189=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #3149BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149BD is #CEB642. Grayscale: #4E4E4E. Windows color (decimal): -13547075 or 12405041. OLE color: 12405041.

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

Color convert

RGB 49 73 189 -
CMYK 0.74 0.61 0 0.26
HSL 229.71º 0.59% 0.47% -
HSV(B) 229.71º 0.74% 0.74% -
XYZ 12.83 9.09 49.22 -
YUV 79.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 49 73 189 0.74 0.61 0 0.26 229.71 0.59 0.47
Hex 31 49 BD 4A 3D 0 1A E6 3B 2F
Octal 61 111 275 112 75 0 32 346 73 57
Binary 110001 1001001 10111101 1001010 111101 0 11010 11100110 111011 101111

Color Harmonies of #3149BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149BD

Black with #3149BD

Text Example


Text Example

White with #3149BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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