Html Css Color HEX #348C8B Blue Chill

📋 copy color: '#348C8B'

red 52 ◦ green 140 ◦ blue 139

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

Shades of Blue Chill #348C8B

Tints of Blue Chill #348C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 15.71%
G = 42.3%
B = 41.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#348C8B (or 0x348C8B) is known color: Blue Chill. HEX triplet: 34, 8C and 8B. RGB value is (52,140,139). Sum of RGB (Red+Green+Blue) = 52+140+139=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #348C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C8B is #CB7374. Grayscale: #717171. Windows color (decimal): -13333365 or 9145396. OLE color: 9145396.

HSL color Cylindrical-coordinate representation of color #348C8B: hue angle of 179.32º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C8B is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 140 139 -
CMYK 0.63 0 0.01 0.45
HSL 179.32º 0.46% 0.38% -
HSV(B) 179.32º 0.63% 0.55% -
XYZ 15.45 21.35 27.73 -
YUV 113.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 52 140 139 0.63 0 0.01 0.45 179.32 0.46 0.38
Hex 34 8C 8B 3F 0 1 2D B3 2E 26
Octal 64 214 213 77 0 1 55 263 56 46
Binary 110100 10001100 10001011 111111 0 1 101101 10110011 101110 100110

Color Harmonies of #348C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C8B

Black with #348C8B

Text Example


Text Example

White with #348C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,139); }

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

background-color css

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

 a { background-color: rgb(52,140,139); }

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

border-color css

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

 span { border-color: rgb(52,140,139); }

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