Html Css Color HEX #348590 Blue Chill

📋 copy color: '#348590'

red 52 ◦ green 133 ◦ blue 144

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

Shades of Blue Chill #348590

Tints of Blue Chill #348590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 15.81%
G = 40.43%
B = 43.77%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#348590 (or 0x348590) is known color: Blue Chill. HEX triplet: 34, 85 and 90. RGB value is (52,133,144). Sum of RGB (Red+Green+Blue) = 52+133+144=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #348590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348590 is #CB7A6F. Grayscale: #6D6D6D. Windows color (decimal): -13335152 or 9471284. OLE color: 9471284.

HSL color Cylindrical-coordinate representation of color #348590: hue angle of 187.17º 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 #348590 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 133 144 -
CMYK 0.64 0.08 0 0.44
HSL 187.17º 0.47% 0.38% -
HSV(B) 187.17º 0.64% 0.56% -
XYZ 14.84 19.52 29.37 -
YUV 110.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 52 133 144 0.64 0.08 0 0.44 187.17 0.47 0.38
Hex 34 85 90 40 8 0 2C BB 2F 26
Octal 64 205 220 100 10 0 54 273 57 46
Binary 110100 10000101 10010000 1000000 1000 0 101100 10111011 101111 100110

Color Harmonies of #348590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348590

Black with #348590

Text Example


Text Example

White with #348590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348590; }

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

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

background-color css

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

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

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

border-color css

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

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

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