Html Css Color HEX #348197 Scooter

📋 copy color: '#348197'

red 52 ◦ green 129 ◦ blue 151

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

Shades of Scooter #348197

Tints of Scooter #348197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

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

R = 15.66%
G = 38.86%
B = 45.48%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#348197 (or 0x348197) is known color: Scooter. HEX triplet: 34, 81 and 97. RGB value is (52,129,151). Sum of RGB (Red+Green+Blue) = 52+129+151=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #348197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348197 is #CB7E68. Grayscale: #6C6C6C. Windows color (decimal): -13336169 or 9929012. OLE color: 9929012.

HSL color Cylindrical-coordinate representation of color #348197: hue angle of 193.33º 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 #348197 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 129 151 -
CMYK 0.66 0.15 0 0.41
HSL 193.33º 0.49% 0.4% -
HSV(B) 193.33º 0.66% 0.59% -
XYZ 14.85 18.66 32.1 -
YUV 108.49 151.99 87.71 -
System Red Green Blue C M Y K H S L
Decimal 52 129 151 0.66 0.15 0 0.41 193.33 0.49 0.4
Hex 34 81 97 42 F 0 29 C1 31 28
Octal 64 201 227 102 17 0 51 301 61 50
Binary 110100 10000001 10010111 1000010 1111 0 101001 11000001 110001 101000

Color Harmonies of #348197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348197

Black with #348197

Text Example


Text Example

White with #348197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348197; }

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

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

background-color css

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

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

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

border-color css

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

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

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