Html Css Color HEX #3195BC Pelorous

📋 copy color: '#3195BC'

red 49 ◦ green 149 ◦ blue 188

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

Shades of Pelorous #3195BC

Tints of Pelorous #3195BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 12.69%
G = 38.6%
B = 48.7%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3195BC (or 0x3195BC) is known color: Pelorous. HEX triplet: 31, 95 and BC. RGB value is (49,149,188). Sum of RGB (Red+Green+Blue) = 49+149+188=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #3195BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3195BC is #CE6A43. Grayscale: #7B7B7B. Windows color (decimal): -13527620 or 12358961. OLE color: 12358961.

HSL color Cylindrical-coordinate representation of color #3195BC: hue angle of 196.83º 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 #3195BC is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 149 188 -
CMYK 0.74 0.21 0 0.26
HSL 196.83º 0.59% 0.46% -
HSV(B) 196.83º 0.74% 0.74% -
XYZ 21.09 25.78 51.44 -
YUV 123.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 49 149 188 0.74 0.21 0 0.26 196.83 0.59 0.46
Hex 31 95 BC 4A 15 0 1A C5 3B 2E
Octal 61 225 274 112 25 0 32 305 73 56
Binary 110001 10010101 10111100 1001010 10101 0 11010 11000101 111011 101110

Color Harmonies of #3195BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3195BC

Black with #3195BC

Text Example


Text Example

White with #3195BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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