Html Css Color HEX #348AA0 Scooter

📋 copy color: '#348AA0'

red 52 ◦ green 138 ◦ blue 160

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

Shades of Scooter #348AA0

Tints of Scooter #348AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 14.86%
G = 39.43%
B = 45.71%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#348AA0 (or 0x348AA0) is known color: Scooter. HEX triplet: 34, 8A and A0. RGB value is (52,138,160). Sum of RGB (Red+Green+Blue) = 52+138+160=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #348AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AA0 is #CB755F. Grayscale: #727272. Windows color (decimal): -13333856 or 10521140. OLE color: 10521140.

HSL color Cylindrical-coordinate representation of color #348AA0: hue angle of 192.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348AA0 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 138 160 -
CMYK 0.68 0.14 0 0.37
HSL 192.22º 0.51% 0.42% -
HSV(B) 192.22º 0.68% 0.63% -
XYZ 16.85 21.45 36.51 -
YUV 114.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 52 138 160 0.68 0.14 0 0.37 192.22 0.51 0.42
Hex 34 8A A0 44 E 0 25 C0 33 2A
Octal 64 212 240 104 16 0 45 300 63 52
Binary 110100 10001010 10100000 1000100 1110 0 100101 11000000 110011 101010

Color Harmonies of #348AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348AA0

Black with #348AA0

Text Example


Text Example

White with #348AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,160); }

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

background-color css

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

 a { background-color: rgb(52,138,160); }

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

border-color css

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

 span { border-color: rgb(52,138,160); }

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