Html Css Color HEX #348B88 Blue Chill

📋 copy color: '#348B88'

red 52 ◦ green 139 ◦ blue 136

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

Shades of Blue Chill #348B88

Tints of Blue Chill #348B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.51%

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

R = 15.9%
G = 42.51%
B = 41.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#348B88 (or 0x348B88) is known color: Blue Chill. HEX triplet: 34, 8B and 88. RGB value is (52,139,136). Sum of RGB (Red+Green+Blue) = 52+139+136=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #348B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B88 is #CB7477. Grayscale: #707070. Windows color (decimal): -13333624 or 8948532. OLE color: 8948532.

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

Color convert

RGB 52 139 136 -
CMYK 0.63 0 0.02 0.45
HSL 177.93º 0.46% 0.37% -
HSV(B) 177.93º 0.63% 0.55% -
XYZ 15.09 20.97 26.55 -
YUV 112.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 52 139 136 0.63 0 0.02 0.45 177.93 0.46 0.37
Hex 34 8B 88 3F 0 2 2D B2 2E 25
Octal 64 213 210 77 0 2 55 262 56 45
Binary 110100 10001011 10001000 111111 0 10 101101 10110010 101110 100101

Color Harmonies of #348B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B88

Black with #348B88

Text Example


Text Example

White with #348B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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