#348894

Color #348894 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #348894

Tints of Scooter #348894

Color information

#348894 (or 0x348894) is unknown color: approx Scooter. HEX triplet: 34, 88 and 94. RGB value is (52,136,148). Sum of RGB (Red+Green+Blue) = 52+136+148=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #348894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348894 is #CB776B. Grayscale: #707070. Windows color (decimal): -13334380 or 9734196. OLE color: 9734196.

HSL color Cylindrical-coordinate representation of color #348894: hue angle of 187.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348894 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52136148-
CMYK0.650.0800.42
HSL187.5º48%39.22%-
HSV(B)187.5º64.86%58.04%-
XYZ15.5720.4831.15-
YUV112.25148.1785.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=15.48%
G=40.48%
B=44.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521361480.650.0800.42187.54839.22
Hex34889441802Abc3027
Octal64210224101100522746047
Binary110100100010001001010010000011000010101010111100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348894; }

 p { color: rgb(52,136,148); }

 H1.HeaderClassName
 {
   color: #348894;
 }
 .AnyTagClassName
 {
   color: #348894;
 }
</style>
background-color css

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

 a { background-color: rgb(52,136,148); }

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

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

 span { border-color: rgb(52,136,148); }

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