Html Css Color HEX #3147BE Cerulean Blue

📋 copy color: '#3147BE'

red 49 ◦ green 71 ◦ blue 190

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

Shades of Cerulean Blue #3147BE

Tints of Cerulean Blue #3147BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 15.81%
G = 22.9%
B = 61.29%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3147BE (or 0x3147BE) is known color: Cerulean Blue. HEX triplet: 31, 47 and BE. RGB value is (49,71,190). Sum of RGB (Red+Green+Blue) = 49+71+190=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #3147BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3147BE is #CEB841. Grayscale: #4D4D4D. Windows color (decimal): -13547586 or 12470065. OLE color: 12470065.

HSL color Cylindrical-coordinate representation of color #3147BE: hue angle of 230.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3147BE is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 71 190 -
CMYK 0.74 0.63 0 0.25
HSL 230.64º 0.59% 0.47% -
HSV(B) 230.64º 0.74% 0.75% -
XYZ 12.81 8.88 49.75 -
YUV 77.99 191.21 107.32 -
System Red Green Blue C M Y K H S L
Decimal 49 71 190 0.74 0.63 0 0.25 230.64 0.59 0.47
Hex 31 47 BE 4A 3F 0 19 E7 3B 2F
Octal 61 107 276 112 77 0 31 347 73 57
Binary 110001 1000111 10111110 1001010 111111 0 11001 11100111 111011 101111

Color Harmonies of #3147BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3147BE

Black with #3147BE

Text Example


Text Example

White with #3147BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3147BE; }

 p { color: rgb(49,71,190); }

 H1.HeaderClassName
 {
   color: #3147BE;
 }
 .AnyTagClassName
 {
   color: #3147BE;
 }
</style>

background-color css

<style>
 a { background-color: #3147BE; }

 a { background-color: rgb(49,71,190); }

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

border-color css

<style>
 span { border-color: #3147BE; }

 span { border-color: rgb(49,71,190); }

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