Html Css Color HEX #348DA8 Scooter

📋 copy color: '#348DA8'

red 52 ◦ green 141 ◦ blue 168

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

Shades of Scooter #348DA8

Tints of Scooter #348DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 14.4%
G = 39.06%
B = 46.54%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#348DA8 (or 0x348DA8) is known color: Scooter. HEX triplet: 34, 8D and A8. RGB value is (52,141,168). Sum of RGB (Red+Green+Blue) = 52+141+168=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #348DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348DA8 is #CB7257. Grayscale: #757575. Windows color (decimal): -13333080 or 11046196. OLE color: 11046196.

HSL color Cylindrical-coordinate representation of color #348DA8: hue angle of 193.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348DA8 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 141 168 -
CMYK 0.69 0.16 0 0.34
HSL 193.97º 0.53% 0.43% -
HSV(B) 193.97º 0.69% 0.66% -
XYZ 18.01 22.61 40.46 -
YUV 117.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 52 141 168 0.69 0.16 0 0.34 193.97 0.53 0.43
Hex 34 8D A8 45 10 0 22 C2 35 2B
Octal 64 215 250 105 20 0 42 302 65 53
Binary 110100 10001101 10101000 1000101 10000 0 100010 11000010 110101 101011

Color Harmonies of #348DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DA8

Black with #348DA8

Text Example


Text Example

White with #348DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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