Html Css Color HEX #348B94 Scooter

📋 copy color: '#348B94'

red 52 ◦ green 139 ◦ blue 148

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

Shades of Scooter #348B94

Tints of Scooter #348B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 15.34%
G = 41%
B = 43.66%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348B94 (or 0x348B94) is known color: Scooter. HEX triplet: 34, 8B and 94. RGB value is (52,139,148). Sum of RGB (Red+Green+Blue) = 52+139+148=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #348B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B94 is #CB746B. Grayscale: #717171. Windows color (decimal): -13333612 or 9734964. OLE color: 9734964.

HSL color Cylindrical-coordinate representation of color #348B94: hue angle of 185.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348B94 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 139 148 -
CMYK 0.65 0.06 0 0.42
HSL 185.63º 0.48% 0.39% -
HSV(B) 185.63º 0.65% 0.58% -
XYZ 15.99 21.33 31.29 -
YUV 114.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 52 139 148 0.65 0.06 0 0.42 185.63 0.48 0.39
Hex 34 8B 94 41 6 0 2A BA 30 27
Octal 64 213 224 101 6 0 52 272 60 47
Binary 110100 10001011 10010100 1000001 110 0 101010 10111010 110000 100111

Color Harmonies of #348B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B94

Black with #348B94

Text Example


Text Example

White with #348B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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