Html Css Color HEX #348EA9 Scooter

📋 copy color: '#348EA9'

red 52 ◦ green 142 ◦ blue 169

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

Shades of Scooter #348EA9

Tints of Scooter #348EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.12%

 BLUE value IS 169 (66.41% from 255) = 46.56%

R = 14.33%
G = 39.12%
B = 46.56%

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

#348EA9 (or 0x348EA9) is known color: Scooter. HEX triplet: 34, 8E and A9. RGB value is (52,142,169). Sum of RGB (Red+Green+Blue) = 52+142+169=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #348EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348EA9 is #CB7156. Grayscale: #757575. Windows color (decimal): -13332823 or 11111988. OLE color: 11111988.

HSL color Cylindrical-coordinate representation of color #348EA9: hue angle of 193.85º 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 #348EA9 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 142 169 -
CMYK 0.69 0.16 0 0.34
HSL 193.85º 0.53% 0.43% -
HSV(B) 193.85º 0.69% 0.66% -
XYZ 18.25 22.94 41 -
YUV 118.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 52 142 169 0.69 0.16 0 0.34 193.85 0.53 0.43
Hex 34 8E A9 45 10 0 22 C2 35 2B
Octal 64 216 251 105 20 0 42 302 65 53
Binary 110100 10001110 10101001 1000101 10000 0 100010 11000010 110101 101011

Color Harmonies of #348EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348EA9

Black with #348EA9

Text Example


Text Example

White with #348EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,142,169); }

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

background-color css

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

 a { background-color: rgb(52,142,169); }

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

border-color css

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

 span { border-color: rgb(52,142,169); }

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