Html Css Color HEX #31A8BC Pelorous

📋 copy color: '#31A8BC'

red 49 ◦ green 168 ◦ blue 188

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

Shades of Pelorous #31A8BC

Tints of Pelorous #31A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 12.1%
G = 41.48%
B = 46.42%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31A8BC (or 0x31A8BC) is known color: Pelorous. HEX triplet: 31, A8 and BC. RGB value is (49,168,188). Sum of RGB (Red+Green+Blue) = 49+168+188=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #31A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8BC is #CE5743. Grayscale: #868686. Windows color (decimal): -13522756 or 12363825. OLE color: 12363825.

HSL color Cylindrical-coordinate representation of color #31A8BC: hue angle of 188.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A8BC is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 168 188 -
CMYK 0.74 0.11 0 0.26
HSL 188.63º 0.59% 0.46% -
HSV(B) 188.63º 0.74% 0.74% -
XYZ 24.35 32.29 52.53 -
YUV 134.7 158.08 66.87 -
System Red Green Blue C M Y K H S L
Decimal 49 168 188 0.74 0.11 0 0.26 188.63 0.59 0.46
Hex 31 A8 BC 4A B 0 1A BD 3B 2E
Octal 61 250 274 112 13 0 32 275 73 56
Binary 110001 10101000 10111100 1001010 1011 0 11010 10111101 111011 101110

Color Harmonies of #31A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A8BC

Black with #31A8BC

Text Example


Text Example

White with #31A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,168,188); }

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

background-color css

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

 a { background-color: rgb(49,168,188); }

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

border-color css

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

 span { border-color: rgb(49,168,188); }

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