Html Css Color HEX #348289 Blue Chill

📋 copy color: '#348289'

red 52 ◦ green 130 ◦ blue 137

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

Shades of Blue Chill #348289

Tints of Blue Chill #348289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 16.3%
G = 40.75%
B = 42.95%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#348289 (or 0x348289) is known color: Blue Chill. HEX triplet: 34, 82 and 89. RGB value is (52,130,137). Sum of RGB (Red+Green+Blue) = 52+130+137=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #348289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348289 is #CB7D76. Grayscale: #6B6B6B. Windows color (decimal): -13335927 or 9011764. OLE color: 9011764.

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

Color convert

RGB 52 130 137 -
CMYK 0.62 0.05 0 0.46
HSL 184.94º 0.45% 0.37% -
HSV(B) 184.94º 0.62% 0.54% -
XYZ 13.91 18.5 26.5 -
YUV 107.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 52 130 137 0.62 0.05 0 0.46 184.94 0.45 0.37
Hex 34 82 89 3E 5 0 2E B9 2D 25
Octal 64 202 211 76 5 0 56 271 55 45
Binary 110100 10000010 10001001 111110 101 0 101110 10111001 101101 100101

Color Harmonies of #348289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348289

Black with #348289

Text Example


Text Example

White with #348289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348289; }

 p { color: rgb(52,130,137); }

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

background-color css

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

 a { background-color: rgb(52,130,137); }

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

border-color css

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

 span { border-color: rgb(52,130,137); }

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