Html Css Color HEX #348995 Scooter

📋 copy color: '#348995'

red 52 ◦ green 137 ◦ blue 149

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

Shades of Scooter #348995

Tints of Scooter #348995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

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

R = 15.38%
G = 40.53%
B = 44.08%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348995 (or 0x348995) is known color: Scooter. HEX triplet: 34, 89 and 95. RGB value is (52,137,149). Sum of RGB (Red+Green+Blue) = 52+137+149=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #348995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348995 is #CB766A. Grayscale: #707070. Windows color (decimal): -13334123 or 9799988. OLE color: 9799988.

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

Color convert

RGB 52 137 149 -
CMYK 0.65 0.08 0 0.42
HSL 187.42º 0.48% 0.39% -
HSV(B) 187.42º 0.65% 0.58% -
XYZ 15.79 20.79 31.61 -
YUV 112.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 52 137 149 0.65 0.08 0 0.42 187.42 0.48 0.39
Hex 34 89 95 41 8 0 2A BB 30 27
Octal 64 211 225 101 10 0 52 273 60 47
Binary 110100 10001001 10010101 1000001 1000 0 101010 10111011 110000 100111

Color Harmonies of #348995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348995

Black with #348995

Text Example


Text Example

White with #348995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348995; }

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

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

background-color css

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

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

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

border-color css

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

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

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