Html Css Color HEX #348795 Scooter

📋 copy color: '#348795'

red 52 ◦ green 135 ◦ blue 149

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

Shades of Scooter #348795

Tints of Scooter #348795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

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

R = 15.48%
G = 40.18%
B = 44.35%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348795 (or 0x348795) is known color: Scooter. HEX triplet: 34, 87 and 95. RGB value is (52,135,149). Sum of RGB (Red+Green+Blue) = 52+135+149=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #348795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348795 is #CB786A. Grayscale: #6F6F6F. Windows color (decimal): -13334635 or 9799476. OLE color: 9799476.

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

Color convert

RGB 52 135 149 -
CMYK 0.65 0.09 0 0.42
HSL 188.66º 0.48% 0.39% -
HSV(B) 188.66º 0.65% 0.58% -
XYZ 15.5 20.23 31.52 -
YUV 111.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 52 135 149 0.65 0.09 0 0.42 188.66 0.48 0.39
Hex 34 87 95 41 9 0 2A BD 30 27
Octal 64 207 225 101 11 0 52 275 60 47
Binary 110100 10000111 10010101 1000001 1001 0 101010 10111101 110000 100111

Color Harmonies of #348795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348795

Black with #348795

Text Example


Text Example

White with #348795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348795; }

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

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

background-color css

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

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

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

border-color css

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

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

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