Html Css Color HEX #348AA3 Scooter

📋 copy color: '#348AA3'

red 52 ◦ green 138 ◦ blue 163

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

Shades of Scooter #348AA3

Tints of Scooter #348AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.18%

R = 14.73%
G = 39.09%
B = 46.18%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#348AA3 (or 0x348AA3) is known color: Scooter. HEX triplet: 34, 8A and A3. RGB value is (52,138,163). Sum of RGB (Red+Green+Blue) = 52+138+163=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 163 - color contains mainly: blue. Hex color #348AA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348AA3 is #CB755C. Grayscale: #727272. Windows color (decimal): -13333853 or 10717748. OLE color: 10717748.

HSL color Cylindrical-coordinate representation of color #348AA3: hue angle of 193.51º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348AA3 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 138 163 -
CMYK 0.68 0.15 0 0.36
HSL 193.51º 0.52% 0.42% -
HSV(B) 193.51º 0.68% 0.64% -
XYZ 17.12 21.55 37.91 -
YUV 115.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 52 138 163 0.68 0.15 0 0.36 193.51 0.52 0.42
Hex 34 8A A3 44 F 0 24 C2 34 2A
Octal 64 212 243 104 17 0 44 302 64 52
Binary 110100 10001010 10100011 1000100 1111 0 100100 11000010 110100 101010

Color Harmonies of #348AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348AA3

Black with #348AA3

Text Example


Text Example

White with #348AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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