#318EB1

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

Shades of Pelorous #318EB1

Tints of Pelorous #318EB1

Color information

#318EB1 (or 0x318EB1) is unknown color: approx Pelorous. HEX triplet: 31, 8E and B1. RGB value is (49,142,177). Sum of RGB (Red+Green+Blue) = 49+142+177=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #318EB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318EB1 is #CE714E. Grayscale: #757575. Windows color (decimal): -13529423 or 11636273. OLE color: 11636273.

HSL color Cylindrical-coordinate representation of color #318EB1: hue angle of 196.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318EB1 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49142177-
CMYK0.720.2000.31
HSL196.41º56.64%44.31%-
HSV(B)196.41º72.32%69.41%-
XYZ18.8823.1745.07-
YUV118.18161.1978.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.32%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=13.32%
G=38.59%
B=48.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491421770.720.2000.31196.4156.6444.31
Hex318EB1481401Fc4392c
Octal61216261110240373047154
Binary110001100011101011000110010001010001111111000100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318EB1; }

 p { color: rgb(49,142,177); }

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

<style>
 a { background-color: #318EB1; }

 a { background-color: rgb(49,142,177); }

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

<style>
 span { border-color: #318EB1; }

 span { border-color: rgb(49,142,177); }

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