Html Css Color HEX #348595 Scooter

📋 copy color: '#348595'

red 52 ◦ green 133 ◦ blue 149

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

Shades of Scooter #348595

Tints of Scooter #348595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 15.57%
G = 39.82%
B = 44.61%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348595 (or 0x348595) is known color: Scooter. HEX triplet: 34, 85 and 95. RGB value is (52,133,149). Sum of RGB (Red+Green+Blue) = 52+133+149=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #348595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348595 is #CB7A6A. Grayscale: #6E6E6E. Windows color (decimal): -13335147 or 9798964. OLE color: 9798964.

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

Color convert

RGB 52 133 149 -
CMYK 0.65 0.11 0 0.42
HSL 189.9º 0.48% 0.39% -
HSV(B) 189.9º 0.65% 0.58% -
XYZ 15.23 19.68 31.43 -
YUV 110.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 52 133 149 0.65 0.11 0 0.42 189.9 0.48 0.39
Hex 34 85 95 41 B 0 2A BE 30 27
Octal 64 205 225 101 13 0 52 276 60 47
Binary 110100 10000101 10010101 1000001 1011 0 101010 10111110 110000 100111

Color Harmonies of #348595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348595

Black with #348595

Text Example


Text Example

White with #348595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348595; }

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

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

background-color css

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

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

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

border-color css

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

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

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