Html Css Color HEX #348392 Scooter

📋 copy color: '#348392'

red 52 ◦ green 131 ◦ blue 146

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

Shades of Scooter #348392

Tints of Scooter #348392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

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

R = 15.81%
G = 39.82%
B = 44.38%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348392 (or 0x348392) is known color: Scooter. HEX triplet: 34, 83 and 92. RGB value is (52,131,146). Sum of RGB (Red+Green+Blue) = 52+131+146=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #348392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348392 is #CB7C6D. Grayscale: #6C6C6C. Windows color (decimal): -13335662 or 9601844. OLE color: 9601844.

HSL color Cylindrical-coordinate representation of color #348392: hue angle of 189.57º 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 #348392 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 131 146 -
CMYK 0.64 0.10 0 0.43
HSL 189.57º 0.47% 0.39% -
HSV(B) 189.57º 0.64% 0.57% -
XYZ 14.72 19.04 30.09 -
YUV 109.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 52 131 146 0.64 0.10 0 0.43 189.57 0.47 0.39
Hex 34 83 92 40 A 0 2B BE 2F 27
Octal 64 203 222 100 12 0 53 276 57 47
Binary 110100 10000011 10010010 1000000 1010 0 101011 10111110 101111 100111

Color Harmonies of #348392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348392

Black with #348392

Text Example


Text Example

White with #348392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348392; }

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

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

background-color css

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

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

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

border-color css

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

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

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