Html Css Color HEX #348690 Blue Chill

📋 copy color: '#348690'

red 52 ◦ green 134 ◦ blue 144

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

Shades of Blue Chill #348690

Tints of Blue Chill #348690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 15.76%
G = 40.61%
B = 43.64%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#348690 (or 0x348690) is known color: Blue Chill. HEX triplet: 34, 86 and 90. RGB value is (52,134,144). Sum of RGB (Red+Green+Blue) = 52+134+144=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #348690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348690 is #CB796F. Grayscale: #6E6E6E. Windows color (decimal): -13334896 or 9471540. OLE color: 9471540.

HSL color Cylindrical-coordinate representation of color #348690: hue angle of 186.52º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348690 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 134 144 -
CMYK 0.64 0.07 0 0.44
HSL 186.52º 0.47% 0.38% -
HSV(B) 186.52º 0.64% 0.56% -
XYZ 14.98 19.79 29.42 -
YUV 110.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 52 134 144 0.64 0.07 0 0.44 186.52 0.47 0.38
Hex 34 86 90 40 7 0 2C BB 2F 26
Octal 64 206 220 100 7 0 54 273 57 46
Binary 110100 10000110 10010000 1000000 111 0 101100 10111011 101111 100110

Color Harmonies of #348690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348690

Black with #348690

Text Example


Text Example

White with #348690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348690; }

 p { color: rgb(52,134,144); }

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

background-color css

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

 a { background-color: rgb(52,134,144); }

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

border-color css

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

 span { border-color: rgb(52,134,144); }

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