Html Css Color HEX #348FA6 Scooter

📋 copy color: '#348FA6'

red 52 ◦ green 143 ◦ blue 166

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

Shades of Scooter #348FA6

Tints of Scooter #348FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.98%

R = 14.4%
G = 39.61%
B = 45.98%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#348FA6 (or 0x348FA6) is known color: Scooter. HEX triplet: 34, 8F and A6. RGB value is (52,143,166). Sum of RGB (Red+Green+Blue) = 52+143+166=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 166 - color contains mainly: blue. Hex color #348FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FA6 is #CB7059. Grayscale: #767676. Windows color (decimal): -13332570 or 10915636. OLE color: 10915636.

HSL color Cylindrical-coordinate representation of color #348FA6: hue angle of 192.11º degrees, saturation: 0.52, 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 #348FA6 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 143 166 -
CMYK 0.69 0.14 0 0.35
HSL 192.11º 0.52% 0.43% -
HSV(B) 192.11º 0.69% 0.65% -
XYZ 18.12 23.13 39.59 -
YUV 118.41 154.85 80.63 -
System Red Green Blue C M Y K H S L
Decimal 52 143 166 0.69 0.14 0 0.35 192.11 0.52 0.43
Hex 34 8F A6 45 E 0 23 C0 34 2B
Octal 64 217 246 105 16 0 43 300 64 53
Binary 110100 10001111 10100110 1000101 1110 0 100011 11000000 110100 101011

Color Harmonies of #348FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FA6

Black with #348FA6

Text Example


Text Example

White with #348FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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