Html Css Color HEX #348389 Blue Chill

📋 copy color: '#348389'

red 52 ◦ green 131 ◦ blue 137

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

Shades of Blue Chill #348389

Tints of Blue Chill #348389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 16.25%
G = 40.94%
B = 42.81%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#348389 (or 0x348389) is known color: Blue Chill. HEX triplet: 34, 83 and 89. RGB value is (52,131,137). Sum of RGB (Red+Green+Blue) = 52+131+137=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #348389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348389 is #CB7C76. Grayscale: #6B6B6B. Windows color (decimal): -13335671 or 9012020. OLE color: 9012020.

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

Color convert

RGB 52 131 137 -
CMYK 0.62 0.04 0 0.46
HSL 184.24º 0.45% 0.37% -
HSV(B) 184.24º 0.62% 0.54% -
XYZ 14.05 18.77 26.55 -
YUV 108.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 52 131 137 0.62 0.04 0 0.46 184.24 0.45 0.37
Hex 34 83 89 3E 4 0 2E B8 2D 25
Octal 64 203 211 76 4 0 56 270 55 45
Binary 110100 10000011 10001001 111110 100 0 101110 10111000 101101 100101

Color Harmonies of #348389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348389

Black with #348389

Text Example


Text Example

White with #348389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348389; }

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

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

background-color css

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

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

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

border-color css

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

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

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