Html Css Color HEX #31ACBD Pelorous

📋 copy color: '#31ACBD'

red 49 ◦ green 172 ◦ blue 189

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

Shades of Pelorous #31ACBD

Tints of Pelorous #31ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 11.95%
G = 41.95%
B = 46.1%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31ACBD (or 0x31ACBD) is known color: Pelorous. HEX triplet: 31, AC and BD. RGB value is (49,172,189). Sum of RGB (Red+Green+Blue) = 49+172+189=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #31ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACBD is #CE5342. Grayscale: #888888. Windows color (decimal): -13521731 or 12430385. OLE color: 12430385.

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

Color convert

RGB 49 172 189 -
CMYK 0.74 0.09 0 0.26
HSL 187.29º 0.59% 0.47% -
HSV(B) 187.29º 0.74% 0.74% -
XYZ 25.2 33.83 53.35 -
YUV 137.16 157.25 65.12 -
System Red Green Blue C M Y K H S L
Decimal 49 172 189 0.74 0.09 0 0.26 187.29 0.59 0.47
Hex 31 AC BD 4A 9 0 1A BB 3B 2F
Octal 61 254 275 112 11 0 32 273 73 57
Binary 110001 10101100 10111101 1001010 1001 0 11010 10111011 111011 101111

Color Harmonies of #31ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACBD

Black with #31ACBD

Text Example


Text Example

White with #31ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,172,189); }

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

background-color css

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

 a { background-color: rgb(49,172,189); }

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

border-color css

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

 span { border-color: rgb(49,172,189); }

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