Html Css Color HEX #318FB1 Pelorous

📋 copy color: '#318FB1'

red 49 ◦ green 143 ◦ blue 177

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

Shades of Pelorous #318FB1

Tints of Pelorous #318FB1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.75%

 BLUE value IS 177 (69.53% from 255) = 47.97%

R = 13.28%
G = 38.75%
B = 47.97%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#318FB1 (or 0x318FB1) is known color: Pelorous. HEX triplet: 31, 8F and B1. RGB value is (49,143,177). Sum of RGB (Red+Green+Blue) = 49+143+177=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #318FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318FB1 is #CE704E. Grayscale: #767676. Windows color (decimal): -13529167 or 11636529. OLE color: 11636529.

HSL color Cylindrical-coordinate representation of color #318FB1: hue angle of 195.94º 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 #318FB1 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 143 177 -
CMYK 0.72 0.19 0 0.31
HSL 195.94º 0.57% 0.44% -
HSV(B) 195.94º 0.72% 0.69% -
XYZ 19.02 23.47 45.12 -
YUV 118.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 49 143 177 0.72 0.19 0 0.31 195.94 0.57 0.44
Hex 31 8F B1 48 13 0 1F C4 39 2C
Octal 61 217 261 110 23 0 37 304 71 54
Binary 110001 10001111 10110001 1001000 10011 0 11111 11000100 111001 101100

Color Harmonies of #318FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FB1

Black with #318FB1

Text Example


Text Example

White with #318FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #318FB1;
 }
 .AnyTagClassName
 {
   color: #318FB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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