Html Css Color HEX #34988F Blue Chill

📋 copy color: '#34988F'

red 52 ◦ green 152 ◦ blue 143

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

Shades of Blue Chill #34988F

Tints of Blue Chill #34988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 14.99%
G = 43.8%
B = 41.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#34988F (or 0x34988F) is known color: Blue Chill. HEX triplet: 34, 98 and 8F. RGB value is (52,152,143). Sum of RGB (Red+Green+Blue) = 52+152+143=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #34988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34988F is #CB6770. Grayscale: #797979. Windows color (decimal): -13330289 or 9410612. OLE color: 9410612.

HSL color Cylindrical-coordinate representation of color #34988F: hue angle of 174.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34988F is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 143 -
CMYK 0.66 0 0.06 0.40
HSL 174.6º 0.49% 0.4% -
HSV(B) 174.6º 0.66% 0.6% -
XYZ 17.6 25.17 29.92 -
YUV 121.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 52 152 143 0.66 0 0.06 0.40 174.6 0.49 0.4
Hex 34 98 8F 42 0 6 28 AF 31 28
Octal 64 230 217 102 0 6 50 257 61 50
Binary 110100 10011000 10001111 1000010 0 110 101000 10101111 110001 101000

Color Harmonies of #34988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34988F

Black with #34988F

Text Example


Text Example

White with #34988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34988F; }

 p { color: rgb(52,152,143); }

 H1.HeaderClassName
 {
   color: #34988F;
 }
 .AnyTagClassName
 {
   color: #34988F;
 }
</style>

background-color css

<style>
 a { background-color: #34988F; }

 a { background-color: rgb(52,152,143); }

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

border-color css

<style>
 span { border-color: #34988F; }

 span { border-color: rgb(52,152,143); }

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