Html Css Color HEX #348695 Scooter

📋 copy color: '#348695'

red 52 ◦ green 134 ◦ blue 149

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

Shades of Scooter #348695

Tints of Scooter #348695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 15.52%
G = 40%
B = 44.48%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348695 (or 0x348695) is known color: Scooter. HEX triplet: 34, 86 and 95. RGB value is (52,134,149). Sum of RGB (Red+Green+Blue) = 52+134+149=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #348695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348695 is #CB796A. Grayscale: #6F6F6F. Windows color (decimal): -13334891 or 9799220. OLE color: 9799220.

HSL color Cylindrical-coordinate representation of color #348695: hue angle of 189.28º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348695 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 134 149 -
CMYK 0.65 0.10 0 0.42
HSL 189.28º 0.48% 0.39% -
HSV(B) 189.28º 0.65% 0.58% -
XYZ 15.37 19.95 31.47 -
YUV 111.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 52 134 149 0.65 0.10 0 0.42 189.28 0.48 0.39
Hex 34 86 95 41 A 0 2A BD 30 27
Octal 64 206 225 101 12 0 52 275 60 47
Binary 110100 10000110 10010101 1000001 1010 0 101010 10111101 110000 100111

Color Harmonies of #348695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348695

Black with #348695

Text Example


Text Example

White with #348695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348695; }

 p { color: rgb(52,134,149); }

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

background-color css

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

 a { background-color: rgb(52,134,149); }

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

border-color css

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

 span { border-color: rgb(52,134,149); }

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