#319CBF

Color #319CBF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #319CBF

Tints of Pelorous #319CBF

Color information

#319CBF (or 0x319CBF) is unknown color: approx Pelorous. HEX triplet: 31, 9C and BF. RGB value is (49,156,191). Sum of RGB (Red+Green+Blue) = 49+156+191=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #319CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CBF is #CE6340. Grayscale: #7F7F7F. Windows color (decimal): -13525825 or 12557361. OLE color: 12557361.

HSL color Cylindrical-coordinate representation of color #319CBF: hue angle of 194.79º 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 #319CBF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49156191-
CMYK0.740.1800.25
HSL194.79º59.17%47.06%-
HSV(B)194.79º74.35%74.9%-
XYZ22.5628.1953.54-
YUV128163.5571.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.37%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 191 (75% from 255) = 48.23%
R=12.37%
G=39.39%
B=48.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491561910.740.1800.25194.7959.1747.06
Hex319CBF4A12019c33b2f
Octal61234277112220313037357
Binary110001100111001011111110010101001001100111000011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319CBF; }

 p { color: rgb(49,156,191); }

 H1.HeaderClassName
 {
   color: #319CBF;
 }
 .AnyTagClassName
 {
   color: #319CBF;
 }
</style>
background-color css

<style>
 a { background-color: #319CBF; }

 a { background-color: rgb(49,156,191); }

 div.DivClassName
 {
   background-color: #319CBF;
 }
 .BgClassName
 {
   background-color: #319CBF;
 }
</style>
border-color css

<style>
 span { border-color: #319CBF; }

 span { border-color: rgb(49,156,191); }

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