Html Css Color HEX #31ACC3 Pelorous

📋 copy color: '#31ACC3'

red 49 ◦ green 172 ◦ blue 195

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

Shades of Pelorous #31ACC3

Tints of Pelorous #31ACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.88%

R = 11.78%
G = 41.35%
B = 46.88%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#31ACC3 (or 0x31ACC3) is known color: Pelorous. HEX triplet: 31, AC and C3. RGB value is (49,172,195). Sum of RGB (Red+Green+Blue) = 49+172+195=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #31ACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACC3 is #CE533C. Grayscale: #898989. Windows color (decimal): -13521725 or 12823601. OLE color: 12823601.

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

Color convert

RGB 49 172 195 -
CMYK 0.75 0.12 0 0.24
HSL 189.45º 0.6% 0.48% -
HSV(B) 189.45º 0.75% 0.76% -
XYZ 25.87 34.1 56.85 -
YUV 137.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 49 172 195 0.75 0.12 0 0.24 189.45 0.6 0.48
Hex 31 AC C3 4B C 0 18 BD 3C 30
Octal 61 254 303 113 14 0 30 275 74 60
Binary 110001 10101100 11000011 1001011 1100 0 11000 10111101 111100 110000

Color Harmonies of #31ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACC3

Black with #31ACC3

Text Example


Text Example

White with #31ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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