Html Css Color HEX #348785 Blue Chill

📋 copy color: '#348785'

red 52 ◦ green 135 ◦ blue 133

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

Shades of Blue Chill #348785

Tints of Blue Chill #348785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 16.25%
G = 42.19%
B = 41.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#348785 (or 0x348785) is known color: Blue Chill. HEX triplet: 34, 87 and 85. RGB value is (52,135,133). Sum of RGB (Red+Green+Blue) = 52+135+133=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #348785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348785 is #CB787A. Grayscale: #6D6D6D. Windows color (decimal): -13334651 or 8750900. OLE color: 8750900.

HSL color Cylindrical-coordinate representation of color #348785: hue angle of 178.55º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348785 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 133 -
CMYK 0.61 0 0.01 0.47
HSL 178.55º 0.44% 0.37% -
HSV(B) 178.55º 0.61% 0.53% -
XYZ 14.31 19.75 25.25 -
YUV 109.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 52 135 133 0.61 0 0.01 0.47 178.55 0.44 0.37
Hex 34 87 85 3D 0 1 2F B3 2C 25
Octal 64 207 205 75 0 1 57 263 54 45
Binary 110100 10000111 10000101 111101 0 1 101111 10110011 101100 100101

Color Harmonies of #348785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348785

Black with #348785

Text Example


Text Example

White with #348785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348785; }

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

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

background-color css

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

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

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

border-color css

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

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

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