Html Css Color HEX #348293 Scooter

📋 copy color: '#348293'

red 52 ◦ green 130 ◦ blue 147

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

Shades of Scooter #348293

Tints of Scooter #348293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 15.81%
G = 39.51%
B = 44.68%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348293 (or 0x348293) is known color: Scooter. HEX triplet: 34, 82 and 93. RGB value is (52,130,147). Sum of RGB (Red+Green+Blue) = 52+130+147=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #348293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348293 is #CB7D6C. Grayscale: #6C6C6C. Windows color (decimal): -13335917 or 9667124. OLE color: 9667124.

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

Color convert

RGB 52 130 147 -
CMYK 0.65 0.12 0 0.42
HSL 190.74º 0.48% 0.39% -
HSV(B) 190.74º 0.65% 0.58% -
XYZ 14.67 18.8 30.46 -
YUV 108.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 52 130 147 0.65 0.12 0 0.42 190.74 0.48 0.39
Hex 34 82 93 41 C 0 2A BF 30 27
Octal 64 202 223 101 14 0 52 277 60 47
Binary 110100 10000010 10010011 1000001 1100 0 101010 10111111 110000 100111

Color Harmonies of #348293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348293

Black with #348293

Text Example


Text Example

White with #348293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348293; }

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

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

background-color css

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

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

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

border-color css

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

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

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