Html Css Color HEX #348884 Blue Chill

📋 copy color: '#348884'

red 52 ◦ green 136 ◦ blue 132

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

Shades of Blue Chill #348884

Tints of Blue Chill #348884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 16.25%
G = 42.5%
B = 41.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#348884 (or 0x348884) is known color: Blue Chill. HEX triplet: 34, 88 and 84. RGB value is (52,136,132). Sum of RGB (Red+Green+Blue) = 52+136+132=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #348884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348884 is #CB777B. Grayscale: #6E6E6E. Windows color (decimal): -13334396 or 8685620. OLE color: 8685620.

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

Color convert

RGB 52 136 132 -
CMYK 0.62 0 0.03 0.47
HSL 177.14º 0.45% 0.37% -
HSV(B) 177.14º 0.62% 0.53% -
XYZ 14.39 20 24.93 -
YUV 110.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 52 136 132 0.62 0 0.03 0.47 177.14 0.45 0.37
Hex 34 88 84 3E 0 3 2F B1 2D 25
Octal 64 210 204 76 0 3 57 261 55 45
Binary 110100 10001000 10000100 111110 0 11 101111 10110001 101101 100101

Color Harmonies of #348884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348884

Black with #348884

Text Example


Text Example

White with #348884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348884; }

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

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

background-color css

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

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

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

border-color css

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

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

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