Html Css Color HEX #348D88 Blue Chill

📋 copy color: '#348D88'

red 52 ◦ green 141 ◦ blue 136

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

Shades of Blue Chill #348D88

Tints of Blue Chill #348D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.86%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 15.81%
G = 42.86%
B = 41.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#348D88 (or 0x348D88) is known color: Blue Chill. HEX triplet: 34, 8D and 88. RGB value is (52,141,136). Sum of RGB (Red+Green+Blue) = 52+141+136=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #348D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348D88 is #CB7277. Grayscale: #717171. Windows color (decimal): -13333112 or 8949044. OLE color: 8949044.

HSL color Cylindrical-coordinate representation of color #348D88: hue angle of 176.63º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D88 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 141 136 -
CMYK 0.63 0 0.04 0.45
HSL 176.63º 0.46% 0.38% -
HSV(B) 176.63º 0.63% 0.55% -
XYZ 15.38 21.56 26.64 -
YUV 113.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 52 141 136 0.63 0 0.04 0.45 176.63 0.46 0.38
Hex 34 8D 88 3F 0 4 2D B1 2E 26
Octal 64 215 210 77 0 4 55 261 56 46
Binary 110100 10001101 10001000 111111 0 100 101101 10110001 101110 100110

Color Harmonies of #348D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D88

Black with #348D88

Text Example


Text Example

White with #348D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348D88; }

 p { color: rgb(52,141,136); }

 H1.HeaderClassName
 {
   color: #348D88;
 }
 .AnyTagClassName
 {
   color: #348D88;
 }
</style>

background-color css

<style>
 a { background-color: #348D88; }

 a { background-color: rgb(52,141,136); }

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

border-color css

<style>
 span { border-color: #348D88; }

 span { border-color: rgb(52,141,136); }

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