Html Css Color HEX #348796 Scooter

📋 copy color: '#348796'

red 52 ◦ green 135 ◦ blue 150

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

Shades of Scooter #348796

Tints of Scooter #348796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 15.43%
G = 40.06%
B = 44.51%

CMYK

 C value IS 0.65

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#348796 (or 0x348796) is known color: Scooter. HEX triplet: 34, 87 and 96. RGB value is (52,135,150). Sum of RGB (Red+Green+Blue) = 52+135+150=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #348796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348796 is #CB7869. Grayscale: #6F6F6F. Windows color (decimal): -13334634 or 9865012. OLE color: 9865012.

HSL color Cylindrical-coordinate representation of color #348796: hue angle of 189.18º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348796 is Cyan = 0.65, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 135 150 -
CMYK 0.65 0.1 0 0.41
HSL 189.18º 0.49% 0.4% -
HSV(B) 189.18º 0.65% 0.59% -
XYZ 15.59 20.26 31.94 -
YUV 111.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 52 135 150 0.65 0.1 0 0.41 189.18 0.49 0.4
Hex 34 87 96 41 A 0 29 BD 31 28
Octal 64 207 226 101 12 0 51 275 61 50
Binary 110100 10000111 10010110 1000001 1010 0 101001 10111101 110001 101000

Color Harmonies of #348796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348796

Black with #348796

Text Example


Text Example

White with #348796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348796; }

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

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

background-color css

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

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

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

border-color css

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

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

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