Html Css Color HEX #348A97 Scooter

📋 copy color: '#348A97'

red 52 ◦ green 138 ◦ blue 151

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

Shades of Scooter #348A97

Tints of Scooter #348A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 15.25%
G = 40.47%
B = 44.28%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#348A97 (or 0x348A97) is known color: Scooter. HEX triplet: 34, 8A and 97. RGB value is (52,138,151). Sum of RGB (Red+Green+Blue) = 52+138+151=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #348A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A97 is #CB7568. Grayscale: #717171. Windows color (decimal): -13333865 or 9931316. OLE color: 9931316.

HSL color Cylindrical-coordinate representation of color #348A97: hue angle of 187.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348A97 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 138 151 -
CMYK 0.66 0.09 0 0.41
HSL 187.88º 0.49% 0.4% -
HSV(B) 187.88º 0.66% 0.59% -
XYZ 16.09 21.14 32.51 -
YUV 113.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 52 138 151 0.66 0.09 0 0.41 187.88 0.49 0.4
Hex 34 8A 97 42 9 0 29 BC 31 28
Octal 64 212 227 102 11 0 51 274 61 50
Binary 110100 10001010 10010111 1000010 1001 0 101001 10111100 110001 101000

Color Harmonies of #348A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A97

Black with #348A97

Text Example


Text Example

White with #348A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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