Html Css Color HEX #348395 Scooter

📋 copy color: '#348395'

red 52 ◦ green 131 ◦ blue 149

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

Shades of Scooter #348395

Tints of Scooter #348395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

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

R = 15.66%
G = 39.46%
B = 44.88%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348395 (or 0x348395) is known color: Scooter. HEX triplet: 34, 83 and 95. RGB value is (52,131,149). Sum of RGB (Red+Green+Blue) = 52+131+149=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #348395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348395 is #CB7C6A. Grayscale: #6D6D6D. Windows color (decimal): -13335659 or 9798452. OLE color: 9798452.

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

Color convert

RGB 52 131 149 -
CMYK 0.65 0.12 0 0.42
HSL 191.13º 0.48% 0.39% -
HSV(B) 191.13º 0.65% 0.58% -
XYZ 14.96 19.13 31.34 -
YUV 109.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 52 131 149 0.65 0.12 0 0.42 191.13 0.48 0.39
Hex 34 83 95 41 C 0 2A BF 30 27
Octal 64 203 225 101 14 0 52 277 60 47
Binary 110100 10000011 10010101 1000001 1100 0 101010 10111111 110000 100111

Color Harmonies of #348395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348395

Black with #348395

Text Example


Text Example

White with #348395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348395; }

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

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

background-color css

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

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

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

border-color css

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

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

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