Html Css Color HEX #348FAA Scooter

📋 copy color: '#348FAA'

red 52 ◦ green 143 ◦ blue 170

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

Shades of Scooter #348FAA

Tints of Scooter #348FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 14.25%
G = 39.18%
B = 46.58%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#348FAA (or 0x348FAA) is known color: Scooter. HEX triplet: 34, 8F and AA. RGB value is (52,143,170). Sum of RGB (Red+Green+Blue) = 52+143+170=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #348FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FAA is #CB7055. Grayscale: #767676. Windows color (decimal): -13332566 or 11177780. OLE color: 11177780.

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

Color convert

RGB 52 143 170 -
CMYK 0.69 0.16 0 0.33
HSL 193.73º 0.53% 0.44% -
HSV(B) 193.73º 0.69% 0.67% -
XYZ 18.49 23.28 41.55 -
YUV 118.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 52 143 170 0.69 0.16 0 0.33 193.73 0.53 0.44
Hex 34 8F AA 45 10 0 21 C2 35 2C
Octal 64 217 252 105 20 0 41 302 65 54
Binary 110100 10001111 10101010 1000101 10000 0 100001 11000010 110101 101100

Color Harmonies of #348FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FAA

Black with #348FAA

Text Example


Text Example

White with #348FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,170); }

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

background-color css

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

 a { background-color: rgb(52,143,170); }

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

border-color css

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

 span { border-color: rgb(52,143,170); }

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