Html Css Color HEX #348589 Blue Chill

📋 copy color: '#348589'

red 52 ◦ green 133 ◦ blue 137

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

Shades of Blue Chill #348589

Tints of Blue Chill #348589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 16.15%
G = 41.3%
B = 42.55%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#348589 (or 0x348589) is known color: Blue Chill. HEX triplet: 34, 85 and 89. RGB value is (52,133,137). Sum of RGB (Red+Green+Blue) = 52+133+137=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #348589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348589 is #CB7A76. Grayscale: #6D6D6D. Windows color (decimal): -13335159 or 9012532. OLE color: 9012532.

HSL color Cylindrical-coordinate representation of color #348589: hue angle of 182.82º 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 #348589 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 133 137 -
CMYK 0.62 0.03 0 0.46
HSL 182.82º 0.45% 0.37% -
HSV(B) 182.82º 0.62% 0.54% -
XYZ 14.32 19.31 26.64 -
YUV 109.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 52 133 137 0.62 0.03 0 0.46 182.82 0.45 0.37
Hex 34 85 89 3E 3 0 2E B7 2D 25
Octal 64 205 211 76 3 0 56 267 55 45
Binary 110100 10000101 10001001 111110 11 0 101110 10110111 101101 100101

Color Harmonies of #348589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348589

Black with #348589

Text Example


Text Example

White with #348589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348589; }

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

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

background-color css

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

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

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

border-color css

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

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

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