Html Css Color HEX #348292 Scooter

📋 copy color: '#348292'

red 52 ◦ green 130 ◦ blue 146

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

Shades of Scooter #348292

Tints of Scooter #348292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 15.85%
G = 39.63%
B = 44.51%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348292 (or 0x348292) is known color: Scooter. HEX triplet: 34, 82 and 92. RGB value is (52,130,146). Sum of RGB (Red+Green+Blue) = 52+130+146=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #348292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348292 is #CB7D6D. Grayscale: #6C6C6C. Windows color (decimal): -13335918 or 9601588. OLE color: 9601588.

HSL color Cylindrical-coordinate representation of color #348292: hue angle of 190.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348292 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 130 146 -
CMYK 0.64 0.11 0 0.43
HSL 190.21º 0.47% 0.39% -
HSV(B) 190.21º 0.64% 0.57% -
XYZ 14.59 18.77 30.05 -
YUV 108.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 52 130 146 0.64 0.11 0 0.43 190.21 0.47 0.39
Hex 34 82 92 40 B 0 2B BE 2F 27
Octal 64 202 222 100 13 0 53 276 57 47
Binary 110100 10000010 10010010 1000000 1011 0 101011 10111110 101111 100111

Color Harmonies of #348292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348292

Black with #348292

Text Example


Text Example

White with #348292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348292; }

 p { color: rgb(52,130,146); }

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

background-color css

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

 a { background-color: rgb(52,130,146); }

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

border-color css

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

 span { border-color: rgb(52,130,146); }

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