Html Css Color HEX #348889 Blue Chill

📋 copy color: '#348889'

red 52 ◦ green 136 ◦ blue 137

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

Shades of Blue Chill #348889

Tints of Blue Chill #348889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 16%
G = 41.85%
B = 42.15%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#348889 (or 0x348889) is known color: Blue Chill. HEX triplet: 34, 88 and 89. RGB value is (52,136,137). Sum of RGB (Red+Green+Blue) = 52+136+137=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #348889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348889 is #CB7776. Grayscale: #6E6E6E. Windows color (decimal): -13334391 or 9013300. OLE color: 9013300.

HSL color Cylindrical-coordinate representation of color #348889: hue angle of 180.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348889 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 136 137 -
CMYK 0.62 0.01 0 0.46
HSL 180.71º 0.45% 0.37% -
HSV(B) 180.71º 0.62% 0.54% -
XYZ 14.74 20.14 26.78 -
YUV 111 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 52 136 137 0.62 0.01 0 0.46 180.71 0.45 0.37
Hex 34 88 89 3E 1 0 2E B5 2D 25
Octal 64 210 211 76 1 0 56 265 55 45
Binary 110100 10001000 10001001 111110 1 0 101110 10110101 101101 100101

Color Harmonies of #348889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348889

Black with #348889

Text Example


Text Example

White with #348889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348889; }

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

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

background-color css

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

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

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

border-color css

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

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

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