#339CA4

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

Shades of Scooter #339CA4

Tints of Scooter #339CA4

Color information

#339CA4 (or 0x339CA4) is unknown color: approx Scooter. HEX triplet: 33, 9C and A4. RGB value is (51,156,164). Sum of RGB (Red+Green+Blue) = 51+156+164=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #339CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339CA4 is #CC635B. Grayscale: #7D7D7D. Windows color (decimal): -13394780 or 10787891. OLE color: 10787891.

HSL color Cylindrical-coordinate representation of color #339CA4: hue angle of 184.25º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #339CA4 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51156164-
CMYK0.690.0500.36
HSL184.25º52.56%42.16%-
HSV(B)184.25º68.9%64.31%-
XYZ19.9527.1639.31-
YUV125.52149.7174.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=13.75%
G=42.05%
B=44.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511561640.690.0500.36184.2552.5642.16
Hex339CA4455024b8352a
Octal6323424410550442706552
Binary11001110011100101001001000101101010010010111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339CA4; }

 p { color: rgb(51,156,164); }

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

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

 a { background-color: rgb(51,156,164); }

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

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

 span { border-color: rgb(51,156,164); }

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