Html Css Color HEX #348BA7 Scooter

📋 copy color: '#348BA7'

red 52 ◦ green 139 ◦ blue 167

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

Shades of Scooter #348BA7

Tints of Scooter #348BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.83%

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 14.53%
G = 38.83%
B = 46.65%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#348BA7 (or 0x348BA7) is known color: Scooter. HEX triplet: 34, 8B and A7. RGB value is (52,139,167). Sum of RGB (Red+Green+Blue) = 52+139+167=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #348BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348BA7 is #CB7458. Grayscale: #737373. Windows color (decimal): -13333593 or 10980148. OLE color: 10980148.

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

Color convert

RGB 52 139 167 -
CMYK 0.69 0.17 0 0.35
HSL 194.61º 0.53% 0.43% -
HSV(B) 194.61º 0.69% 0.65% -
XYZ 17.62 21.99 39.87 -
YUV 116.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 52 139 167 0.69 0.17 0 0.35 194.61 0.53 0.43
Hex 34 8B A7 45 11 0 23 C3 35 2B
Octal 64 213 247 105 21 0 43 303 65 53
Binary 110100 10001011 10100111 1000101 10001 0 100011 11000011 110101 101011

Color Harmonies of #348BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BA7

Black with #348BA7

Text Example


Text Example

White with #348BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,139,167); }

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

background-color css

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

 a { background-color: rgb(52,139,167); }

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

border-color css

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

 span { border-color: rgb(52,139,167); }

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