Html Css Color HEX #348095 Scooter

📋 copy color: '#348095'

red 52 ◦ green 128 ◦ blue 149

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

Shades of Scooter #348095

Tints of Scooter #348095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

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

R = 15.81%
G = 38.91%
B = 45.29%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348095 (or 0x348095) is known color: Scooter. HEX triplet: 34, 80 and 95. RGB value is (52,128,149). Sum of RGB (Red+Green+Blue) = 52+128+149=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #348095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348095 is #CB7F6A. Grayscale: #6B6B6B. Windows color (decimal): -13336427 or 9797684. OLE color: 9797684.

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

Color convert

RGB 52 128 149 -
CMYK 0.65 0.14 0 0.42
HSL 192.99º 0.48% 0.39% -
HSV(B) 192.99º 0.65% 0.58% -
XYZ 14.56 18.34 31.21 -
YUV 107.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 52 128 149 0.65 0.14 0 0.42 192.99 0.48 0.39
Hex 34 80 95 41 E 0 2A C1 30 27
Octal 64 200 225 101 16 0 52 301 60 47
Binary 110100 10000000 10010101 1000001 1110 0 101010 11000001 110000 100111

Color Harmonies of #348095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348095

Black with #348095

Text Example


Text Example

White with #348095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348095; }

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

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

background-color css

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

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

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

border-color css

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

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

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