Html Css Color HEX #3195BD Pelorous

📋 copy color: '#3195BD'

red 49 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #3195BD

Tints of Pelorous #3195BD

RGB

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

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

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

R = 12.66%
G = 38.5%
B = 48.84%

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

#3195BD (or 0x3195BD) is known color: Pelorous. HEX triplet: 31, 95 and BD. RGB value is (49,149,189). Sum of RGB (Red+Green+Blue) = 49+149+189=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #3195BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3195BD is #CE6A42. Grayscale: #7B7B7B. Windows color (decimal): -13527619 or 12424497. OLE color: 12424497.

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

Color convert

RGB 49 149 189 -
CMYK 0.74 0.21 0 0.26
HSL 197.14º 0.59% 0.47% -
HSV(B) 197.14º 0.74% 0.74% -
XYZ 21.2 25.82 52.01 -
YUV 123.66 164.87 74.75 -
System Red Green Blue C M Y K H S L
Decimal 49 149 189 0.74 0.21 0 0.26 197.14 0.59 0.47
Hex 31 95 BD 4A 15 0 1A C5 3B 2F
Octal 61 225 275 112 25 0 32 305 73 57
Binary 110001 10010101 10111101 1001010 10101 0 11010 11000101 111011 101111

Color Harmonies of #3195BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3195BD

Black with #3195BD

Text Example


Text Example

White with #3195BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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