Html Css Color HEX #31A5C1 Pelorous

📋 copy color: '#31A5C1'

red 49 ◦ green 165 ◦ blue 193

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

Shades of Pelorous #31A5C1

Tints of Pelorous #31A5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 193 (75.78% from 255) = 47.42%

R = 12.04%
G = 40.54%
B = 47.42%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#31A5C1 (or 0x31A5C1) is known color: Pelorous. HEX triplet: 31, A5 and C1. RGB value is (49,165,193). Sum of RGB (Red+Green+Blue) = 49+165+193=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #31A5C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A5C1 is #CE5A3E. Grayscale: #858585. Windows color (decimal): -13523519 or 12690737. OLE color: 12690737.

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

Color convert

RGB 49 165 193 -
CMYK 0.75 0.15 0 0.24
HSL 191.67º 0.6% 0.47% -
HSV(B) 191.67º 0.75% 0.76% -
XYZ 24.35 31.41 55.23 -
YUV 133.51 161.57 67.72 -
System Red Green Blue C M Y K H S L
Decimal 49 165 193 0.75 0.15 0 0.24 191.67 0.6 0.47
Hex 31 A5 C1 4B F 0 18 C0 3C 2F
Octal 61 245 301 113 17 0 30 300 74 57
Binary 110001 10100101 11000001 1001011 1111 0 11000 11000000 111100 101111

Color Harmonies of #31A5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A5C1

Black with #31A5C1

Text Example


Text Example

White with #31A5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A5C1; }

 p { color: rgb(49,165,193); }

 H1.HeaderClassName
 {
   color: #31A5C1;
 }
 .AnyTagClassName
 {
   color: #31A5C1;
 }
</style>

background-color css

<style>
 a { background-color: #31A5C1; }

 a { background-color: rgb(49,165,193); }

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

border-color css

<style>
 span { border-color: #31A5C1; }

 span { border-color: rgb(49,165,193); }

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