Html Css Color HEX #348490 Blue Chill

📋 copy color: '#348490'

red 52 ◦ green 132 ◦ blue 144

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

Shades of Blue Chill #348490

Tints of Blue Chill #348490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 15.85%
G = 40.24%
B = 43.9%

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

#348490 (or 0x348490) is known color: Blue Chill. HEX triplet: 34, 84 and 90. RGB value is (52,132,144). Sum of RGB (Red+Green+Blue) = 52+132+144=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #348490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348490 is #CB7B6F. Grayscale: #6D6D6D. Windows color (decimal): -13335408 or 9471028. OLE color: 9471028.

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

Color convert

RGB 52 132 144 -
CMYK 0.64 0.08 0 0.44
HSL 187.83º 0.47% 0.38% -
HSV(B) 187.83º 0.64% 0.56% -
XYZ 14.7 19.25 29.33 -
YUV 109.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 52 132 144 0.64 0.08 0 0.44 187.83 0.47 0.38
Hex 34 84 90 40 8 0 2C BC 2F 26
Octal 64 204 220 100 10 0 54 274 57 46
Binary 110100 10000100 10010000 1000000 1000 0 101100 10111100 101111 100110

Color Harmonies of #348490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348490

Black with #348490

Text Example


Text Example

White with #348490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348490; }

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

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

background-color css

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

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

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

border-color css

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

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

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