Html Css Color HEX #348A87 Blue Chill

📋 copy color: '#348A87'

red 52 ◦ green 138 ◦ blue 135

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

Shades of Blue Chill #348A87

Tints of Blue Chill #348A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.46%

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 16%
G = 42.46%
B = 41.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#348A87 (or 0x348A87) is known color: Blue Chill. HEX triplet: 34, 8A and 87. RGB value is (52,138,135). Sum of RGB (Red+Green+Blue) = 52+138+135=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #348A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A87 is #CB7578. Grayscale: #6F6F6F. Windows color (decimal): -13333881 or 8882740. OLE color: 8882740.

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

Color convert

RGB 52 138 135 -
CMYK 0.62 0 0.02 0.46
HSL 177.91º 0.45% 0.37% -
HSV(B) 177.91º 0.62% 0.54% -
XYZ 14.88 20.66 26.12 -
YUV 111.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 52 138 135 0.62 0 0.02 0.46 177.91 0.45 0.37
Hex 34 8A 87 3E 0 2 2E B2 2D 25
Octal 64 212 207 76 0 2 56 262 55 45
Binary 110100 10001010 10000111 111110 0 10 101110 10110010 101101 100101

Color Harmonies of #348A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A87

Black with #348A87

Text Example


Text Example

White with #348A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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