Html Css Color HEX #348397 Scooter

📋 copy color: '#348397'

red 52 ◦ green 131 ◦ blue 151

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

Shades of Scooter #348397

Tints of Scooter #348397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

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

R = 15.57%
G = 39.22%
B = 45.21%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#348397 (or 0x348397) is known color: Scooter. HEX triplet: 34, 83 and 97. RGB value is (52,131,151). Sum of RGB (Red+Green+Blue) = 52+131+151=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #348397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348397 is #CB7C68. Grayscale: #6D6D6D. Windows color (decimal): -13335657 or 9929524. OLE color: 9929524.

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

Color convert

RGB 52 131 151 -
CMYK 0.66 0.13 0 0.41
HSL 192.12º 0.49% 0.4% -
HSV(B) 192.12º 0.66% 0.59% -
XYZ 15.12 19.2 32.19 -
YUV 109.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 52 131 151 0.66 0.13 0 0.41 192.12 0.49 0.4
Hex 34 83 97 42 D 0 29 C0 31 28
Octal 64 203 227 102 15 0 51 300 61 50
Binary 110100 10000011 10010111 1000010 1101 0 101001 11000000 110001 101000

Color Harmonies of #348397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348397

Black with #348397

Text Example


Text Example

White with #348397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348397; }

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

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

background-color css

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

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

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

border-color css

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

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

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