Html Css Color HEX #348499 Scooter

📋 copy color: '#348499'

red 52 ◦ green 132 ◦ blue 153

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

Shades of Scooter #348499

Tints of Scooter #348499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 15.43%
G = 39.17%
B = 45.4%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#348499 (or 0x348499) is known color: Scooter. HEX triplet: 34, 84 and 99. RGB value is (52,132,153). Sum of RGB (Red+Green+Blue) = 52+132+153=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #348499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348499 is #CB7B66. Grayscale: #6E6E6E. Windows color (decimal): -13335399 or 10060852. OLE color: 10060852.

HSL color Cylindrical-coordinate representation of color #348499: hue angle of 192.48º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348499 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 132 153 -
CMYK 0.66 0.14 0 0.4
HSL 192.48º 0.49% 0.4% -
HSV(B) 192.48º 0.66% 0.6% -
XYZ 15.42 19.53 33.09 -
YUV 110.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 52 132 153 0.66 0.14 0 0.4 192.48 0.49 0.4
Hex 34 84 99 42 E 0 28 C0 31 28
Octal 64 204 231 102 16 0 50 300 61 50
Binary 110100 10000100 10011001 1000010 1110 0 101000 11000000 110001 101000

Color Harmonies of #348499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348499

Black with #348499

Text Example


Text Example

White with #348499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348499; }

 p { color: rgb(52,132,153); }

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

background-color css

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

 a { background-color: rgb(52,132,153); }

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

border-color css

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

 span { border-color: rgb(52,132,153); }

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