#34ACB7

Color #34ACB7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #34ACB7

Tints of Pelorous #34ACB7

Color information

#34ACB7 (or 0x34ACB7) is unknown color: approx Pelorous. HEX triplet: 34, AC and B7. RGB value is (52,172,183). Sum of RGB (Red+Green+Blue) = 52+172+183=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #34ACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACB7 is #CB5348. Grayscale: #898989. Windows color (decimal): -13325129 or 12037172. OLE color: 12037172.

HSL color Cylindrical-coordinate representation of color #34ACB7: hue angle of 185.04º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34ACB7 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB52172183-
CMYK0.720.0600.28
HSL185.04º55.74%46.08%-
HSV(B)185.04º71.58%71.76%-
XYZ24.7233.6549.99-
YUV137.37153.7467.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.78%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=12.78%
G=42.26%
B=44.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521721830.720.0600.28185.0455.7446.08
Hex34ACB748601Cb9382e
Octal6425426711060342717056
Binary1101001010110010110111100100011001110010111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34ACB7; }

 p { color: rgb(52,172,183); }

 H1.HeaderClassName
 {
   color: #34ACB7;
 }
 .AnyTagClassName
 {
   color: #34ACB7;
 }
</style>
background-color css

<style>
 a { background-color: #34ACB7; }

 a { background-color: rgb(52,172,183); }

 div.DivClassName
 {
   background-color: #34ACB7;
 }
 .BgClassName
 {
   background-color: #34ACB7;
 }
</style>
border-color css

<style>
 span { border-color: #34ACB7; }

 span { border-color: rgb(52,172,183); }

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