Html Css Color HEX #348396 Scooter

📋 copy color: '#348396'

red 52 ◦ green 131 ◦ blue 150

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

Shades of Scooter #348396

Tints of Scooter #348396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 15.62%
G = 39.34%
B = 45.05%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#348396 (or 0x348396) is known color: Scooter. HEX triplet: 34, 83 and 96. RGB value is (52,131,150). Sum of RGB (Red+Green+Blue) = 52+131+150=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #348396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348396 is #CB7C69. Grayscale: #6D6D6D. Windows color (decimal): -13335658 or 9863988. OLE color: 9863988.

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

Color convert

RGB 52 131 150 -
CMYK 0.65 0.13 0 0.41
HSL 191.63º 0.49% 0.4% -
HSV(B) 191.63º 0.65% 0.59% -
XYZ 15.04 19.16 31.76 -
YUV 109.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 52 131 150 0.65 0.13 0 0.41 191.63 0.49 0.4
Hex 34 83 96 41 D 0 29 C0 31 28
Octal 64 203 226 101 15 0 51 300 61 50
Binary 110100 10000011 10010110 1000001 1101 0 101001 11000000 110001 101000

Color Harmonies of #348396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348396

Black with #348396

Text Example


Text Example

White with #348396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348396; }

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

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

background-color css

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

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

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

border-color css

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

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

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