Html Css Color HEX #348885 Blue Chill

📋 copy color: '#348885'

red 52 ◦ green 136 ◦ blue 133

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

Shades of Blue Chill #348885

Tints of Blue Chill #348885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 16.2%
G = 42.37%
B = 41.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#348885 (or 0x348885) is known color: Blue Chill. HEX triplet: 34, 88 and 85. RGB value is (52,136,133). Sum of RGB (Red+Green+Blue) = 52+136+133=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #348885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348885 is #CB777A. Grayscale: #6E6E6E. Windows color (decimal): -13334395 or 8751156. OLE color: 8751156.

HSL color Cylindrical-coordinate representation of color #348885: hue angle of 177.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348885 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 133 -
CMYK 0.62 0 0.02 0.47
HSL 177.86º 0.45% 0.37% -
HSV(B) 177.86º 0.62% 0.53% -
XYZ 14.45 20.03 25.3 -
YUV 110.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 52 136 133 0.62 0 0.02 0.47 177.86 0.45 0.37
Hex 34 88 85 3E 0 2 2F B2 2D 25
Octal 64 210 205 76 0 2 57 262 55 45
Binary 110100 10001000 10000101 111110 0 10 101111 10110010 101101 100101

Color Harmonies of #348885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348885

Black with #348885

Text Example


Text Example

White with #348885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348885; }

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

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

background-color css

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

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

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

border-color css

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

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

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