Html Css Color HEX #348990 Blue Chill

📋 copy color: '#348990'

red 52 ◦ green 137 ◦ blue 144

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

Shades of Blue Chill #348990

Tints of Blue Chill #348990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

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

R = 15.62%
G = 41.14%
B = 43.24%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#348990 (or 0x348990) is known color: Blue Chill. HEX triplet: 34, 89 and 90. RGB value is (52,137,144). Sum of RGB (Red+Green+Blue) = 52+137+144=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #348990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348990 is #CB766F. Grayscale: #707070. Windows color (decimal): -13334128 or 9472308. OLE color: 9472308.

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

Color convert

RGB 52 137 144 -
CMYK 0.64 0.05 0 0.44
HSL 184.57º 0.47% 0.38% -
HSV(B) 184.57º 0.64% 0.56% -
XYZ 15.4 20.64 29.56 -
YUV 112.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 52 137 144 0.64 0.05 0 0.44 184.57 0.47 0.38
Hex 34 89 90 40 5 0 2C B9 2F 26
Octal 64 211 220 100 5 0 54 271 57 46
Binary 110100 10001001 10010000 1000000 101 0 101100 10111001 101111 100110

Color Harmonies of #348990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348990

Black with #348990

Text Example


Text Example

White with #348990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348990; }

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

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

background-color css

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

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

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

border-color css

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

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

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