Html Css Color HEX #348B89 Blue Chill

📋 copy color: '#348B89'

red 52 ◦ green 139 ◦ blue 137

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

Shades of Blue Chill #348B89

Tints of Blue Chill #348B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 15.85%
G = 42.38%
B = 41.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#348B89 (or 0x348B89) is known color: Blue Chill. HEX triplet: 34, 8B and 89. RGB value is (52,139,137). Sum of RGB (Red+Green+Blue) = 52+139+137=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #348B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B89 is #CB7476. Grayscale: #707070. Windows color (decimal): -13333623 or 9014068. OLE color: 9014068.

HSL color Cylindrical-coordinate representation of color #348B89: hue angle of 178.62º 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 #348B89 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 137 -
CMYK 0.63 0 0.01 0.45
HSL 178.62º 0.46% 0.37% -
HSV(B) 178.62º 0.63% 0.55% -
XYZ 15.16 21 26.92 -
YUV 112.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 52 139 137 0.63 0 0.01 0.45 178.62 0.46 0.37
Hex 34 8B 89 3F 0 1 2D B3 2E 25
Octal 64 213 211 77 0 1 55 263 56 45
Binary 110100 10001011 10001001 111111 0 1 101101 10110011 101110 100101

Color Harmonies of #348B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B89

Black with #348B89

Text Example


Text Example

White with #348B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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