#319AC3

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

Shades of Pelorous #319AC3

Tints of Pelorous #319AC3

Color information

#319AC3 (or 0x319AC3) is unknown color: approx Pelorous. HEX triplet: 31, 9A and C3. RGB value is (49,154,195). Sum of RGB (Red+Green+Blue) = 49+154+195=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #319AC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AC3 is #CE653C. Grayscale: #7F7F7F. Windows color (decimal): -13526333 or 12818993. OLE color: 12818993.

HSL color Cylindrical-coordinate representation of color #319AC3: hue angle of 196.85º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319AC3 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB49154195-
CMYK0.750.2100.24
HSL196.85º59.84%47.84%-
HSV(B)196.85º74.87%76.47%-
XYZ22.6727.755.78-
YUV127.28166.2172.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.31%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 195 (76.56% from 255) = 48.99%
R=12.31%
G=38.69%
B=48.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491541950.750.2100.24196.8559.8447.84
Hex319AC34B15018c53c30
Octal61232303113250303057460
Binary110001100110101100001110010111010101100011000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,154,195); }

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

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

 a { background-color: rgb(49,154,195); }

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

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

 span { border-color: rgb(49,154,195); }

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