Html Css Color HEX #348691 Blue Chill

📋 copy color: '#348691'

red 52 ◦ green 134 ◦ blue 145

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

Shades of Blue Chill #348691

Tints of Blue Chill #348691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 15.71%
G = 40.48%
B = 43.81%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348691 (or 0x348691) is known color: Blue Chill. HEX triplet: 34, 86 and 91. RGB value is (52,134,145). Sum of RGB (Red+Green+Blue) = 52+134+145=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #348691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348691 is #CB796E. Grayscale: #6E6E6E. Windows color (decimal): -13334895 or 9537076. OLE color: 9537076.

HSL color Cylindrical-coordinate representation of color #348691: hue angle of 187.1º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348691 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 134 145 -
CMYK 0.64 0.08 0 0.43
HSL 187.1º 0.47% 0.39% -
HSV(B) 187.1º 0.64% 0.57% -
XYZ 15.05 19.82 29.82 -
YUV 110.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 52 134 145 0.64 0.08 0 0.43 187.1 0.47 0.39
Hex 34 86 91 40 8 0 2B BB 2F 27
Octal 64 206 221 100 10 0 53 273 57 47
Binary 110100 10000110 10010001 1000000 1000 0 101011 10111011 101111 100111

Color Harmonies of #348691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348691

Black with #348691

Text Example


Text Example

White with #348691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348691; }

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

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

background-color css

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

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

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

border-color css

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

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

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