Html Css Color HEX #348390 Scooter

📋 copy color: '#348390'

red 52 ◦ green 131 ◦ blue 144

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

Shades of Scooter #348390

Tints of Scooter #348390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 15.9%
G = 40.06%
B = 44.04%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#348390 (or 0x348390) is known color: Scooter. HEX triplet: 34, 83 and 90. RGB value is (52,131,144). Sum of RGB (Red+Green+Blue) = 52+131+144=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #348390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348390 is #CB7C6F. Grayscale: #6C6C6C. Windows color (decimal): -13335664 or 9470772. OLE color: 9470772.

HSL color Cylindrical-coordinate representation of color #348390: hue angle of 188.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348390 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 131 144 -
CMYK 0.64 0.09 0 0.44
HSL 188.48º 0.47% 0.38% -
HSV(B) 188.48º 0.64% 0.56% -
XYZ 14.57 18.98 29.28 -
YUV 108.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 52 131 144 0.64 0.09 0 0.44 188.48 0.47 0.38
Hex 34 83 90 40 9 0 2C BC 2F 26
Octal 64 203 220 100 11 0 54 274 57 46
Binary 110100 10000011 10010000 1000000 1001 0 101100 10111100 101111 100110

Color Harmonies of #348390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348390

Black with #348390

Text Example


Text Example

White with #348390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348390; }

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

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

background-color css

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

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

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

border-color css

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

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

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