Html Css Color HEX #348D9D Scooter

📋 copy color: '#348D9D'

red 52 ◦ green 141 ◦ blue 157

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

Shades of Scooter #348D9D

Tints of Scooter #348D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 14.86%
G = 40.29%
B = 44.86%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#348D9D (or 0x348D9D) is known color: Scooter. HEX triplet: 34, 8D and 9D. RGB value is (52,141,157). Sum of RGB (Red+Green+Blue) = 52+141+157=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #348D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348D9D is #CB7262. Grayscale: #747474. Windows color (decimal): -13333091 or 10325300. OLE color: 10325300.

HSL color Cylindrical-coordinate representation of color #348D9D: hue angle of 189.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #348D9D is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 141 157 -
CMYK 0.67 0.10 0 0.38
HSL 189.14º 0.5% 0.41% -
HSV(B) 189.14º 0.67% 0.62% -
XYZ 17.03 22.21 35.29 -
YUV 116.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 52 141 157 0.67 0.10 0 0.38 189.14 0.5 0.41
Hex 34 8D 9D 43 A 0 26 BD 32 29
Octal 64 215 235 103 12 0 46 275 62 51
Binary 110100 10001101 10011101 1000011 1010 0 100110 10111101 110010 101001

Color Harmonies of #348D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348D9D

Black with #348D9D

Text Example


Text Example

White with #348D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348D9D; }

 p { color: rgb(52,141,157); }

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

background-color css

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

 a { background-color: rgb(52,141,157); }

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

border-color css

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

 span { border-color: rgb(52,141,157); }

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