Html Css Color HEX #348C95 Scooter

📋 copy color: '#348C95'

red 52 ◦ green 140 ◦ blue 149

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

Shades of Scooter #348C95

Tints of Scooter #348C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.06%

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

R = 15.25%
G = 41.06%
B = 43.7%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348C95 (or 0x348C95) is known color: Scooter. HEX triplet: 34, 8C and 95. RGB value is (52,140,149). Sum of RGB (Red+Green+Blue) = 52+140+149=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #348C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C95 is #CB736A. Grayscale: #727272. Windows color (decimal): -13333355 or 9800756. OLE color: 9800756.

HSL color Cylindrical-coordinate representation of color #348C95: hue angle of 185.57º 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 #348C95 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 140 149 -
CMYK 0.65 0.06 0 0.42
HSL 185.57º 0.48% 0.39% -
HSV(B) 185.57º 0.65% 0.58% -
XYZ 16.22 21.66 31.76 -
YUV 114.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 52 140 149 0.65 0.06 0 0.42 185.57 0.48 0.39
Hex 34 8C 95 41 6 0 2A BA 30 27
Octal 64 214 225 101 6 0 52 272 60 47
Binary 110100 10001100 10010101 1000001 110 0 101010 10111010 110000 100111

Color Harmonies of #348C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C95

Black with #348C95

Text Example


Text Example

White with #348C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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