Html Css Color HEX #348588 Blue Chill

📋 copy color: '#348588'

red 52 ◦ green 133 ◦ blue 136

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

Shades of Blue Chill #348588

Tints of Blue Chill #348588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 16.2%
G = 41.43%
B = 42.37%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#348588 (or 0x348588) is known color: Blue Chill. HEX triplet: 34, 85 and 88. RGB value is (52,133,136). Sum of RGB (Red+Green+Blue) = 52+133+136=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #348588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348588 is #CB7A77. Grayscale: #6D6D6D. Windows color (decimal): -13335160 or 8946996. OLE color: 8946996.

HSL color Cylindrical-coordinate representation of color #348588: hue angle of 182.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 #348588 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 133 136 -
CMYK 0.62 0.02 0 0.47
HSL 182.14º 0.45% 0.37% -
HSV(B) 182.14º 0.62% 0.53% -
XYZ 14.25 19.28 26.26 -
YUV 109.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 52 133 136 0.62 0.02 0 0.47 182.14 0.45 0.37
Hex 34 85 88 3E 2 0 2F B6 2D 25
Octal 64 205 210 76 2 0 57 266 55 45
Binary 110100 10000101 10001000 111110 10 0 101111 10110110 101101 100101

Color Harmonies of #348588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348588

Black with #348588

Text Example


Text Example

White with #348588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348588; }

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

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

background-color css

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

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

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

border-color css

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

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

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