Html Css Color HEX #348393 Scooter

📋 copy color: '#348393'

red 52 ◦ green 131 ◦ blue 147

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

Shades of Scooter #348393

Tints of Scooter #348393

RGB

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

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

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

R = 15.76%
G = 39.7%
B = 44.55%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348393 (or 0x348393) is known color: Scooter. HEX triplet: 34, 83 and 93. RGB value is (52,131,147). Sum of RGB (Red+Green+Blue) = 52+131+147=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #348393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348393 is #CB7C6C. Grayscale: #6D6D6D. Windows color (decimal): -13335661 or 9667380. OLE color: 9667380.

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

Color convert

RGB 52 131 147 -
CMYK 0.65 0.11 0 0.42
HSL 190.11º 0.48% 0.39% -
HSV(B) 190.11º 0.65% 0.58% -
XYZ 14.8 19.07 30.5 -
YUV 109.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 52 131 147 0.65 0.11 0 0.42 190.11 0.48 0.39
Hex 34 83 93 41 B 0 2A BE 30 27
Octal 64 203 223 101 13 0 52 276 60 47
Binary 110100 10000011 10010011 1000001 1011 0 101010 10111110 110000 100111

Color Harmonies of #348393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348393

Black with #348393

Text Example


Text Example

White with #348393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348393; }

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

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

background-color css

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

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

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

border-color css

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

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

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