Html Css Color HEX #348790 Blue Chill

📋 copy color: '#348790'

red 52 ◦ green 135 ◦ blue 144

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

Shades of Blue Chill #348790

Tints of Blue Chill #348790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.79%

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

R = 15.71%
G = 40.79%
B = 43.5%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#348790 (or 0x348790) is known color: Blue Chill. HEX triplet: 34, 87 and 90. RGB value is (52,135,144). Sum of RGB (Red+Green+Blue) = 52+135+144=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #348790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348790 is #CB786F. Grayscale: #6F6F6F. Windows color (decimal): -13334640 or 9471796. OLE color: 9471796.

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

Color convert

RGB 52 135 144 -
CMYK 0.64 0.06 0 0.44
HSL 185.87º 0.47% 0.38% -
HSV(B) 185.87º 0.64% 0.56% -
XYZ 15.11 20.07 29.46 -
YUV 111.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 52 135 144 0.64 0.06 0 0.44 185.87 0.47 0.38
Hex 34 87 90 40 6 0 2C BA 2F 26
Octal 64 207 220 100 6 0 54 272 57 46
Binary 110100 10000111 10010000 1000000 110 0 101100 10111010 101111 100110

Color Harmonies of #348790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348790

Black with #348790

Text Example


Text Example

White with #348790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348790; }

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

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

background-color css

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

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

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

border-color css

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

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

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