Html Css Color HEX #34ABBD Pelorous

📋 copy color: '#34ABBD'

red 52 ◦ green 171 ◦ blue 189

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

Shades of Pelorous #34ABBD

Tints of Pelorous #34ABBD

RGB

 RED value IS 52 (20.7% from 255) = 12.62%

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 12.62%
G = 41.5%
B = 45.87%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#34ABBD (or 0x34ABBD) is known color: Pelorous. HEX triplet: 34, AB and BD. RGB value is (52,171,189). Sum of RGB (Red+Green+Blue) = 52+171+189=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #34ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABBD is #CB5442. Grayscale: #898989. Windows color (decimal): -13325379 or 12430132. OLE color: 12430132.

HSL color Cylindrical-coordinate representation of color #34ABBD: hue angle of 187.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34ABBD is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 171 189 -
CMYK 0.72 0.10 0 0.26
HSL 187.88º 0.57% 0.47% -
HSV(B) 187.88º 0.72% 0.74% -
XYZ 25.16 33.53 53.29 -
YUV 137.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 52 171 189 0.72 0.10 0 0.26 187.88 0.57 0.47
Hex 34 AB BD 48 A 0 1A BC 39 2F
Octal 64 253 275 110 12 0 32 274 71 57
Binary 110100 10101011 10111101 1001000 1010 0 11010 10111100 111001 101111

Color Harmonies of #34ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABBD

Black with #34ABBD

Text Example


Text Example

White with #34ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,189); }

 H1.HeaderClassName
 {
   color: #34ABBD;
 }
 .AnyTagClassName
 {
   color: #34ABBD;
 }
</style>

background-color css

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

 a { background-color: rgb(52,171,189); }

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

border-color css

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

 span { border-color: rgb(52,171,189); }

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